From 3f40aab61852560baff89aee1b618a2aab8585e3 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期五, 09 一月 2026 14:12:09 +0800
Subject: [PATCH] 1.新增erp对接接口
---
src/main/resources/mapper/OrderMapper.xml | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/OrderMapper.xml b/src/main/resources/mapper/OrderMapper.xml
index b23e08a..8038400 100644
--- a/src/main/resources/mapper/OrderMapper.xml
+++ b/src/main/resources/mapper/OrderMapper.xml
@@ -149,4 +149,12 @@
and order_no = #{orderNo}
</update>
+ <update id="updateOrderStatus4">
+ update man_order
+ set pay_type = null,
+ settle = 4
+ where 1=1
+ and order_no = #{orderNo}
+ </update>
+
</mapper>
--
Gitblit v1.9.1