From cb7eb6fa3477e624f7112a2eac632783b96bf4b4 Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期一, 15 一月 2024 16:19:35 +0800 Subject: [PATCH] 点检标准 多sheet页导入 --- 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