From 63e9f5d704489045c7cbcc634577f4c15bb46c9a Mon Sep 17 00:00:00 2001
From: chen.llin <1442464845@qq.comm>
Date: 星期四, 22 一月 2026 17:41:27 +0800
Subject: [PATCH] 取消agv

---
 src/main/java/com/zy/asrs/controller/ReportQueryController.java |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/zy/asrs/controller/ReportQueryController.java b/src/main/java/com/zy/asrs/controller/ReportQueryController.java
index ca4023a..99c647a 100644
--- a/src/main/java/com/zy/asrs/controller/ReportQueryController.java
+++ b/src/main/java/com/zy/asrs/controller/ReportQueryController.java
@@ -7,7 +7,6 @@
 import com.core.common.R;
 import com.zy.asrs.entity.*;
 import com.zy.asrs.mapper.ReportQueryMapper;
-import com.zy.asrs.service.LocDetlService;
 import com.zy.common.web.BaseController;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.web.bind.annotation.RequestBody;
@@ -30,8 +29,6 @@
 @RequestMapping("/report")
 public class ReportQueryController extends BaseController {
 
-    @Autowired
-    private LocDetlService locDetlService;
     @Autowired
     private ReportQueryMapper reportQueryMapper;
 

--
Gitblit v1.9.1