From 48c1de18235020edff108339ed1d12bade8a2b90 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期一, 08 十二月 2025 16:37:02 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/LocMastMapper.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/LocMastMapper.xml b/src/main/resources/mapper/LocMastMapper.xml
index d958c83..c0da5d5 100644
--- a/src/main/resources/mapper/LocMastMapper.xml
+++ b/src/main/resources/mapper/LocMastMapper.xml
@@ -21,6 +21,8 @@
         <result column="error_time" property="errorTime" />
         <result column="error_memo" property="errorMemo" />
         <result column="qr_code_value" property="qrCodeValue" />
+        <result column="status" property="status" />
+        <result column="barcode" property="barcode" />
 
     </resultMap>
 
@@ -55,4 +57,8 @@
         and loc_sts not in ('O')
         order by row1
     </select>
+
+    <select id="getLevList" resultType="java.lang.Integer">
+        select distinct lev1 from asr_loc_mast
+    </select>
 </mapper>

--
Gitblit v1.9.1