Browse Source

智能故障诊断,写入部件ID

Gaokun Wang 6 months ago
parent
commit
4ac708fd57

+ 1 - 1
als-modules/agile-assurance/src/main/java/org/eco/als/service/impl/AlgorithmService.java

@@ -216,7 +216,7 @@ public class AlgorithmService implements IAlgorithmService {
             .aircraftId(algorithmBo.getAircraftId())
             .modelType(modelVo.getType())
             .sortieNo(algorithmBo.getSortieNo())
-            .param(algorithmBo.getParam())
+            .param(algorithmBo.getPartId())
             .status("0")
             .columnData(Arrays.toString(algorithmBo.getColumnData()))
             .build();