|
|
@@ -270,12 +270,12 @@ public class RabbitMqListener {
|
|
|
}
|
|
|
|
|
|
//调用算法
|
|
|
- if(num.startsWith("SX-")){
|
|
|
- shPath = "/home/ubuntu/bin_sx/Launcher.sh";
|
|
|
- }
|
|
|
if("V2".equalsIgnoreCase(buildType)){
|
|
|
shPath = "/home/ubuntu/bin_old/Launcher.sh";
|
|
|
}
|
|
|
+ if(num.startsWith("SX-")){
|
|
|
+ shPath = "/home/ubuntu/bin_sx/Launcher.sh";
|
|
|
+ }
|
|
|
this.computer(num, path, shPath);
|
|
|
|
|
|
// 检测计算结果文件是否有生成
|