lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EamInspectionOrderController.java
@@ -45,7 +45,6 @@ private ISysBusinessCodeRuleService businessCodeRuleService; @Autowired private ObjectMapper objectMapper; @Autowired private TranslateDictTextUtils translateDictTextUtils; @@ -73,6 +72,7 @@ /** * 查询点检工单基本信息 * * @param id * @return */ @@ -118,6 +118,7 @@ /** * 领取点检工单 * * @param id * @return */ @@ -131,6 +132,7 @@ /** * 作废点检工单 * * @param id * @return */ @@ -144,6 +146,7 @@ /** * 批量作废与领取 * * @param ids * @param type * @return @@ -157,6 +160,7 @@ /** * 点检流程 * * @param eamInspectionOrderRequest * @return */