From 2d9665253e34da384fde299e2bc152a99f0c8ece Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 30 三月 2022 10:59:56 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/WaitPakinLogMapper.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/WaitPakinLogMapper.xml b/src/main/resources/mapper/WaitPakinLogMapper.xml
index 7b8a233..2cb06fa 100644
--- a/src/main/resources/mapper/WaitPakinLogMapper.xml
+++ b/src/main/resources/mapper/WaitPakinLogMapper.xml
@@ -6,6 +6,8 @@
     <resultMap id="BaseResultMap" type="com.zy.asrs.entity.WaitPakinLog">
         <result column="matnr" property="matnr" />
         <result column="maktx" property="maktx" />
+        <result column="batch" property="batch" />
+        <result column="order_no" property="orderNo" />
         <result column="lgnum" property="lgnum" />
         <result column="type" property="type" />
         <result column="color" property="color" />

--
Gitblit v1.9.1