diff --git a/sgzb-modules/sgzb-material/src/main/java/com/bonus/sgzb/material/controller/WorkSiteDirectManageController.java b/sgzb-modules/sgzb-material/src/main/java/com/bonus/sgzb/material/controller/WorkSiteDirectManageController.java index e17740db..ed31f054 100644 --- a/sgzb-modules/sgzb-material/src/main/java/com/bonus/sgzb/material/controller/WorkSiteDirectManageController.java +++ b/sgzb-modules/sgzb-material/src/main/java/com/bonus/sgzb/material/controller/WorkSiteDirectManageController.java @@ -41,11 +41,6 @@ public class WorkSiteDirectManageController extends BaseController { @Resource private WorkSiteDirectManageService workSiteDirectManageService; - @Resource - private ApplyInfoService leaseApplyInfoService; - /* @Resource - private LeaseApplyDetailsService leaseApplyDetailsService;*/ - @Resource private TaskService tmTaskService; @@ -214,7 +209,7 @@ public class WorkSiteDirectManageController extends BaseController { @ApiOperation(value = "查看详情") @GetMapping("/getInfo") - public AjaxResult refuse(String id) { + public AjaxResult getInfo(String id) { return AjaxResult.success(workSiteDirectManageService.getInfoById(id)); } }