|
|
|
@@ -61,6 +61,7 @@ public class MachineLearnInsServiceImpl implements MachineLearnInsService { |
|
|
|
@Override |
|
|
|
public MachineLearnIns update(MachineLearnIns machineLearnIns) { |
|
|
|
machineLearnIns.setUpdateTime(new Date()); |
|
|
|
machineLearnIns = queryStatusFromArgo(machineLearnIns); |
|
|
|
machineLearnInsDao.update(machineLearnIns); |
|
|
|
updateMLStatus(machineLearnIns.getMachineLearnId()); |
|
|
|
return machineLearnIns; |
|
|
|
|