From 82c36e2b434fa7a1c16b0448aa4cf1483107f79c Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期二, 02 十二月 2025 16:28:20 +0800
Subject: [PATCH] #

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

diff --git a/src/main/resources/mapper/LocMastMapper.xml b/src/main/resources/mapper/LocMastMapper.xml
index 0a4b649..c0da5d5 100644
--- a/src/main/resources/mapper/LocMastMapper.xml
+++ b/src/main/resources/mapper/LocMastMapper.xml
@@ -20,8 +20,9 @@
         <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" />
+        <result column="barcode" property="barcode" />
 
     </resultMap>
 
@@ -56,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