From 83beaad1e6b65377ded9e17302298ffc4b562441 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期一, 08 十二月 2025 09:41:02 +0800
Subject: [PATCH] #
---
src/main/resources/mapper/nc/NccBdCustomerWmsMapper.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/nc/NccBdCustomerWmsMapper.xml b/src/main/resources/mapper/nc/NccBdCustomerWmsMapper.xml
index bb0540d..b49aa13 100644
--- a/src/main/resources/mapper/nc/NccBdCustomerWmsMapper.xml
+++ b/src/main/resources/mapper/nc/NccBdCustomerWmsMapper.xml
@@ -14,10 +14,12 @@
<result property="tel1" column="TEL1" />
<result property="legalbody" column="LEGALBODY" />
<result property="nlimitmny" column="NLIMITMNY" />
+ <result property="wmsFlag" column="wms_flag" />
+ <result property="wmsMemo" column="wms_memo" />
</resultMap>
<sql id="Base_Column_List">
PK_CUSTOMER,CODE,NAME,SHORTNAME,TAXPAYERID,KHLX,
- TEL1,LEGALBODY,NLIMITMNY
+ TEL1,LEGALBODY,NLIMITMNY,wms_flag
</sql>
</mapper>
--
Gitblit v1.9.1