From 75b8acaa4617ec20d6da616b8ccf02b1f71fdc69 Mon Sep 17 00:00:00 2001
From: mrzhssss <pro6@qq.com>
Date: 星期二, 22 三月 2022 15:37:05 +0800
Subject: [PATCH] #

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

diff --git a/src/main/resources/mapper/PickoutMapper.xml b/src/main/resources/mapper/PickoutMapper.xml
index b0765dd..4961e3f 100644
--- a/src/main/resources/mapper/PickoutMapper.xml
+++ b/src/main/resources/mapper/PickoutMapper.xml
@@ -15,7 +15,13 @@
         <result column="update_time" property="updateTime" />
         <result column="update_by" property="updateBy" />
         <result column="memo" property="memo" />
+        <result column="order_qty" property="orderQty" />
+        <result column="order_nos" property="orderNos" />
+        <result column="wave_no" property="waveNo" />
 
     </resultMap>
+    <update id="updateWaveStatus">
+        update man_wave set status = 0 where wave_no = #{waveNo}
+    </update>
 
 </mapper>

--
Gitblit v1.9.1