houjie
2023-09-04 a1f67e8727f7af3b3b472446616ab6c591caaebc
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();