zhaoyan преди 3 години
родител
ревизия
a2328e6213

+ 0 - 2
simulation-resource-server/src/main/java/com/css/simulation/resource/project/impl/SimulationProjectServiceImpl.java

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