|
|
@@ -218,6 +218,7 @@ public class AutoMlInsServiceImpl implements AutoMlInsService { |
|
|
ins.setStatus(Constant.Terminated); |
|
|
ins.setStatus(Constant.Terminated); |
|
|
ins.setUpdateTime(new Date()); |
|
|
ins.setUpdateTime(new Date()); |
|
|
this.autoMlInsDao.update(ins); |
|
|
this.autoMlInsDao.update(ins); |
|
|
|
|
|
updateAutoMlStatus(autoMlIns.getAutoMlId()); |
|
|
return true; |
|
|
return true; |
|
|
} else { |
|
|
} else { |
|
|
return false; |
|
|
return false; |
|
|
|