From 05228429f1a801db155ebf34a8bf645f765ecfb1 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期三, 16 三月 2022 17:07:31 +0800
Subject: [PATCH] .

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

diff --git a/src/main/resources/mapper/OrderMapper.xml b/src/main/resources/mapper/OrderMapper.xml
index 1232177..4e365e3 100644
--- a/src/main/resources/mapper/OrderMapper.xml
+++ b/src/main/resources/mapper/OrderMapper.xml
@@ -40,11 +40,11 @@
         <result column="update_by" property="updateBy" />
         <result column="update_time" property="updateTime" />
         <result column="memo" property="memo" />
-
+        <result column="wave_no" property="waveNo" />
     </resultMap>
 
     <update id="updateSettle">
-        update man_order set settle = #{settle} where 1=1 and order_no = #{orderNo} and host_id = #{hostId}
+        update man_receive set settle = #{settle} where 1=1 and order_no = #{orderNo} and host_id = #{hostId}
     </update>
 
     <select id="getPage" resultMap="BaseResultMap">

--
Gitblit v1.9.1