| | |
| | | inspectionProject.setSurfaceValue(null); |
| | | inspectionProject.setUpValue(null); |
| | | inspectionProject.setDownValue(null); |
| | | inspectionProject.setDetectionStandard(""); |
| | | inspectionProject.setAcceptabilityLimit(""); |
| | | // inspectionProject.setDetectionStandard(""); |
| | | inspectionProject.setAcceptabilityLimit("/"); |
| | | } |
| | | inspectionProjectService.save(inspectionProject); |
| | | return Result.OK("添加成功!"); |
| | |
| | | inspectionProject.setSurfaceValue(null); |
| | | inspectionProject.setUpValue(null); |
| | | inspectionProject.setDownValue(null); |
| | | inspectionProject.setDetectionStandard(""); |
| | | inspectionProject.setAcceptabilityLimit(""); |
| | | // inspectionProject.setDetectionStandard(""); |
| | | inspectionProject.setAcceptabilityLimit("/"); |
| | | } |
| | | inspectionProjectService.updateById(inspectionProject); |
| | | return Result.OK("编辑成功!"); |