From 04ef88cee361ec8730c400d96250a6c1cd9f9d80 Mon Sep 17 00:00:00 2001 From: “linengliang” <vanSuperEnergy@163.com> Date: 星期五, 08 九月 2023 16:23:47 +0800 Subject: [PATCH] 设备台账 1.ABC标识变更记录功能 2.质保日期变更记录功能 3.质保到期提醒 4.ABC标识与关键设备标识联动 5.设备质保期字段添加 --- lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/InspectionOrderDetailController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/InspectionOrderDetailController.java b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/InspectionOrderDetailController.java index 5ec07c6..c2edd7b 100644 --- a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/InspectionOrderDetailController.java +++ b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/InspectionOrderDetailController.java @@ -99,7 +99,7 @@ String inspectionProjectId = record.getInspectionProjectId(); InspectionProject inspectionProject = inspectionProjectService.getById(inspectionProjectId); - if ("1".equals(inspectionProject.getAnalysisMethod())) { + if ("1".equals(inspectionProject.getTestValueType())) { BigDecimal surfaceValue = inspectionProject.getSurfaceValue(); BigDecimal upValue = inspectionProject.getUpValue(); BigDecimal downValue = inspectionProject.getDownValue(); -- Gitblit v1.9.3