From 4c7e3f113b80e37c52163c30b80b9256f0bee5e3 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期一, 17 十一月 2025 13:34:39 +0800
Subject: [PATCH] #

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

diff --git a/src/main/resources/mapper/LocMastMapper.xml b/src/main/resources/mapper/LocMastMapper.xml
index 0a4b649..153d314 100644
--- a/src/main/resources/mapper/LocMastMapper.xml
+++ b/src/main/resources/mapper/LocMastMapper.xml
@@ -20,8 +20,8 @@
         <result column="appe_time" property="appeTime" />
         <result column="error_time" property="errorTime" />
         <result column="error_memo" property="errorMemo" />
-        <result column="barcode" property="barcode" />
         <result column="qr_code_value" property="qrCodeValue" />
+        <result column="status" property="status" />
 
     </resultMap>
 
@@ -56,4 +56,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