Ver Fonte

add a matlab demo and some demo

allen há 1 ano atrás
pai
commit
eaa448dd5b

+ 1 - 1
pdaaphm-admin/src/main/java/com/pdaaphm/biz/service/impl/RunPythonImpl.java

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