qushaowei
2025-05-26 10785ed3389ab40c0b647d7e9783dd8045bf2b67
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();