From 48c1de18235020edff108339ed1d12bade8a2b90 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期一, 08 十二月 2025 16:37:02 +0800
Subject: [PATCH] #
---
src/main/resources/mapper/WrkMastLogMapper.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/WrkMastLogMapper.xml b/src/main/resources/mapper/WrkMastLogMapper.xml
index 10b5858..cdb4eb7 100644
--- a/src/main/resources/mapper/WrkMastLogMapper.xml
+++ b/src/main/resources/mapper/WrkMastLogMapper.xml
@@ -21,11 +21,12 @@
<result column="appe_time" property="appeTime" />
<result column="error_time" property="errorTime" />
<result column="error_memo" property="errorMemo" />
- <result column="memo_m" property="memoM" />
+ <result column="memo" property="memo" />
<result column="barcode" property="barcode" />
<result column="lift_no" property="liftNo" />
<result column="shuttle_no" property="shuttleNo" />
<result column="wms_wrk_no" property="wmsWrkNo" />
+ <result column="system_msg" property="systemMsg" />
</resultMap>
</mapper>
--
Gitblit v1.9.1