From cd0e6b9326bbec408944642c106cc7f115ea654f Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期三, 02 四月 2025 16:20:55 +0800
Subject: [PATCH] *
---
src/main/resources/mapper/LocMastMapper.xml | 6 +++++-
src/main/resources/mapper/BasDevpMapper.xml | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/mapper/BasDevpMapper.xml b/src/main/resources/mapper/BasDevpMapper.xml
index 192d827..8b76c3e 100644
--- a/src/main/resources/mapper/BasDevpMapper.xml
+++ b/src/main/resources/mapper/BasDevpMapper.xml
@@ -38,7 +38,7 @@
<result column="APPE_TIME" property="appeTime" />
<result column="STD_QTY" property="stdQty" />
<result column="MIN_WT" property="minWt" />
- <result column="MAX-WT" property="maxWt" />
+ <result column="MAX_WT" property="maxWt" />
<result column="GROSS_WT" property="grossWt" />
<result column="CART_POS" property="cartPos" />
<result column="STA_ERR" property="staErr" />
diff --git a/src/main/resources/mapper/LocMastMapper.xml b/src/main/resources/mapper/LocMastMapper.xml
index 592d334..7f2c42e 100644
--- a/src/main/resources/mapper/LocMastMapper.xml
+++ b/src/main/resources/mapper/LocMastMapper.xml
@@ -31,10 +31,14 @@
<result column="CTN_KIND" property="ctnKind" />
<result column="SC_WEIGHT" property="scWeight" />
<result column="INV_WH" property="invWh" />
- <result column="MK" property="mk" />
+ <result column="INV_WH" property="invWh" />
+ <result column="PDC_TYPE" property="PdcType" />
<result column="BARCODE" property="barcode" />
<result column="CTN_NO" property="ctnNo" />
<result column="STATUS" property="status" />
+ <result column="CONTAINER_CODE" property="containerCode" />
+ <result column="CONTAINER_TYPE_CODE" property="containerTypeCode" />
+ <result column="EMPTY_CONTAINER" property="emptyContainer" />
</resultMap>
--
Gitblit v1.9.1