|
@@ -106,7 +106,7 @@ public class RunPythonImpl implements RunAlgorithmService {
|
|
|
subAlgorithm.setFieldId((Long) subAlgorithmOutput.get("field_id"));
|
|
|
subAlgorithm.setUploadId(resultFile.getId());
|
|
|
subAlgorithm.setCreateTime(DateUtils.getNowDate());
|
|
|
- // todo 只有update?
|
|
|
+ // todo 只有update?啥时候insert?
|
|
|
subAlgorithmMapper.updateSubAlgorithm(subAlgorithm);
|
|
|
}
|
|
|
else {
|