From e24109076c798974a1f0c9247ebebae67de3f2ef Mon Sep 17 00:00:00 2001 From: "liang.chao" Date: Thu, 14 Mar 2024 09:51:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=9C=B0=E7=9B=B4=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/WorkSiteDirectManageController.java | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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)); } }