From acad71339e2a131f6ef72c9be912b9e70dd00af0 Mon Sep 17 00:00:00 2001
From: mrzhssss <pro6@qq.com>
Date: 星期四, 24 三月 2022 15:17:16 +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