|
@@ -3793,7 +3793,6 @@ public class SimulationProjectServiceImpl implements SimulationProjectService {
|
|
if("0".equals(param.getAutomaticRunState())){
|
|
if("0".equals(param.getAutomaticRunState())){
|
|
//启动
|
|
//启动
|
|
//检查算法版本
|
|
//检查算法版本
|
|
-
|
|
|
|
//获取数据库中的算法版本
|
|
//获取数据库中的算法版本
|
|
AlgorithmPO aPo = algorithmMapper.selectDetailsById(algorithmId);
|
|
AlgorithmPO aPo = algorithmMapper.selectDetailsById(algorithmId);
|
|
String gitVersion = aPo.getGitVersion();
|
|
String gitVersion = aPo.getGitVersion();
|
|
@@ -3814,7 +3813,6 @@ public class SimulationProjectServiceImpl implements SimulationProjectService {
|
|
AlgorithmParameter algorithmParam = new AlgorithmParameter();
|
|
AlgorithmParameter algorithmParam = new AlgorithmParameter();
|
|
algorithmParam.setId(algorithmId);
|
|
algorithmParam.setId(algorithmId);
|
|
algorithmParam.setGitVersion(currentGitVersion);
|
|
algorithmParam.setGitVersion(currentGitVersion);
|
|
-
|
|
|
|
runProject(algorithmParam, param, po);
|
|
runProject(algorithmParam, param, po);
|
|
}
|
|
}
|
|
}else if("1".equals(param.getAutomaticRunState())){
|
|
}else if("1".equals(param.getAutomaticRunState())){
|