Lius
2024-03-14 1292cf73f7db223f35ab450eabeeedbf8802eb5a
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/SpecialtyInspectionOrderDetailController.java
@@ -121,7 +121,7 @@
            String inspectionProjectId = (String) record.get("inspectionProjectId");
            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();