xg
“linengliang”
2024-03-15 6a3591c42a84b36d24d75f4584f0eeb145bb4de7
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();