LingxinMeng %!s(int64=2) %!d(string=hai) anos
pai
achega
1721b593c2

+ 3 - 0
simulation-resource-server/src/main/java/com/css/simulation/resource/server/api/controller/job_manage/ReportController.java

@@ -13,6 +13,9 @@ import org.springframework.web.bind.annotation.RestController;
 import javax.annotation.Resource;
 import java.util.Map;
 
+/**
+ * 供算法平台使用
+ */
 @RestController
 @RequestMapping("/report")
 public class ReportController {

+ 1 - 1
simulation-resource-server/src/main/java/com/css/simulation/resource/server/application/impl/SimulationProjectServiceImpl.java

@@ -4021,7 +4021,7 @@ public class SimulationProjectServiceImpl implements SimulationProjectService {
         // -------------------------------- 保存结果 --------------------------------
         // 1 根据 projectId 获取类型 projectType
         String projectType = projectUtil.getProjectTypeByProjectId(projectId);
-        log.info("SimulationProjectServiceImpl--saveEvaluationLevel 项目 " + projectId + " 类型为 " + projectType);
+        log.info("项目 " + projectId + " 类型为 " + projectType);
         if (DictConstants.PROJECT_TYPE_MANUAL.equals(projectType)) {
             manualProjectMapper.updateEvaluationLevel(projectId, evaluationLevel);
         } else if (DictConstants.PROJECT_TYPE_AUTO_SUB.equals(projectType)) {