From 1ba343ab3a7cd5cbabfef6a27a5344051f526793 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期二, 25 十一月 2025 16:49:50 +0800
Subject: [PATCH] #
---
src/main/resources/mapper/LocMastMapper.xml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/LocMastMapper.xml b/src/main/resources/mapper/LocMastMapper.xml
index 85017c4..c0da5d5 100644
--- a/src/main/resources/mapper/LocMastMapper.xml
+++ b/src/main/resources/mapper/LocMastMapper.xml
@@ -22,6 +22,7 @@
<result column="error_memo" property="errorMemo" />
<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