Browse Source

自动机器学习开发

dev-automl
chenzhihang 1 year ago
parent
commit
fb6c8e1a4d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/AutoMlInsServiceImpl.java

+ 1
- 0
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/AutoMlInsServiceImpl.java View File

@@ -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;


Loading…
Cancel
Save