From aa2d520a06c371e76ef26c78d426a01fca76a2fc Mon Sep 17 00:00:00 2001
From: zhangc <zc@123>
Date: 星期五, 07 二月 2025 14:56:35 +0800
Subject: [PATCH] 1

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

diff --git a/src/main/resources/mapper/OrderMapper.xml b/src/main/resources/mapper/OrderMapper.xml
index 261603b..2c8443e 100644
--- a/src/main/resources/mapper/OrderMapper.xml
+++ b/src/main/resources/mapper/OrderMapper.xml
@@ -42,6 +42,13 @@
 
     </resultMap>
 
+    <update id="updateTel">
+        update man_order
+        set tel = #{tel}
+        where 1=1
+        and id = #{orderId}
+    </update>
+
     <update id="updateSettle">
         update man_order
         set settle = #{settle}
@@ -57,7 +64,7 @@
         update man_order
         set settle = #{settle}
         ,update_time = getdate()
-          ,plt_type = #{plt}
+        ,plt_type = #{plt}
         ,in_time = #{inTime}
         where 1=1
         and id = #{orderId}

--
Gitblit v1.9.1