From ff07f3bbbae77b6b32f13abf4fde5516a9cfc049 Mon Sep 17 00:00:00 2001
From: xuhy <3313886187@qq.com>
Date: 星期二, 01 七月 2025 17:22:50 +0800
Subject: [PATCH] 工作台

---
 ruoyi-admin/src/main/java/com/ruoyi/web/controller/api/TInspectorController.java |   20 ++------------------
 1 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/api/TInspectorController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/api/TInspectorController.java
index 57feca0..8b06389 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/api/TInspectorController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/api/TInspectorController.java
@@ -12,10 +12,8 @@
 import com.ruoyi.system.model.TProjectDept;
 import com.ruoyi.system.model.TTaskDetail;
 import com.ruoyi.system.query.InsepectorListQuery;
-import com.ruoyi.system.query.TaskListQuery;
 import com.ruoyi.system.service.*;
 import com.ruoyi.system.vo.system.InspectorListVO;
-import com.ruoyi.system.vo.system.TaskListVO;
 import io.swagger.annotations.Api;
 import io.swagger.annotations.ApiOperation;
 import org.springframework.util.StringUtils;
@@ -38,33 +36,19 @@
 @RestController
 @RequestMapping("/t-inspector")
 public class TInspectorController {
-    @Resource
-    private TTaskService taskService;
 
-    @Resource
-    private TTaskDetailService taskDetailService;
-
-
-    @Resource
-    private TLocationTypeService locationTypeService;
     @Resource
     private TLocationService locationService;
     @Resource
     private TProjectDeptService projectDeptService;
-    @Resource
-    private TCleanerService cleanerService;
-    @Resource
-    private TTaskService tTaskService;
+
     @Resource
     private TTaskDetailService tTaskDetailService;
     @Resource
     private TDeptService deptService;
     @Resource
     private ISysUserService sysUserService;
-    @Resource
-    private TDictDataService dictDataService;
-    @Resource
-    private TokenService tokenService;
+
     @Resource
     private TInspectorService inspectorService;
     @ApiOperation(value = "督察记录分页列表")

--
Gitblit v1.7.1