From 4a8e08071d69fa0e74d0ef85b520b0debd0dc009 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期三, 08 一月 2025 14:26:32 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/LocCheckMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/LocCheckMapper.xml b/src/main/resources/mapper/LocCheckMapper.xml
index ebe0a37..728d148 100644
--- a/src/main/resources/mapper/LocCheckMapper.xml
+++ b/src/main/resources/mapper/LocCheckMapper.xml
@@ -98,7 +98,7 @@
 
 
     <select id="getLocCount" resultType="java.lang.String">
-        SELECT loc_no FROM man_loc_check
+        SELECT loc_no FROM man_loc_detl
         GROUP BY loc_no
     </select>
     <select id="getOwnerCount" resultType="com.zy.asrs.entity.LocOwner">

--
Gitblit v1.9.1