From b569127f49d87f49d29a855d57e335129076d9f1 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期四, 10 二月 2022 10:43:45 +0800
Subject: [PATCH] Merge branch 'zypms' of http://47.97.1.152:5880/r/wms_saas into zypms
---
 src/main/resources/mapper/OrderMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/OrderMapper.xml b/src/main/resources/mapper/OrderMapper.xml
index 1232177..f0b054d 100644
--- a/src/main/resources/mapper/OrderMapper.xml
+++ b/src/main/resources/mapper/OrderMapper.xml
@@ -44,7 +44,7 @@
     </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