|
|
|
@@ -205,6 +205,7 @@ public class ExperimentInsServiceImpl implements ExperimentInsService { |
|
|
|
LoginUser loginUser = SecurityUtils.getLoginUser(); |
|
|
|
experimentIns.setUpdateBy(loginUser.getUsername()); |
|
|
|
experimentIns.setUpdateTime(new Date()); |
|
|
|
experimentIns = queryStatusFromArgo(experimentIns); |
|
|
|
this.experimentInsDao.update(experimentIns); |
|
|
|
updateExperimentStatus(experimentIns.getExperimentId()); |
|
|
|
return experimentIns; |
|
|
|
|