From 5bbd1fd72e0802c9f0cfd25c13030316c72097af Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期五, 05 十二月 2025 08:53:54 +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