From bb14a46e456ee3a89ae385559726667acd8af37e Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 05 三月 2025 19:51:37 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/resources/mapper/smartor/ServiceOutPathMapper.xml |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/smartor/src/main/resources/mapper/smartor/ServiceOutPathMapper.xml b/smartor/src/main/resources/mapper/smartor/ServiceOutPathMapper.xml
index b246fe1..eb99290 100644
--- a/smartor/src/main/resources/mapper/smartor/ServiceOutPathMapper.xml
+++ b/smartor/src/main/resources/mapper/smartor/ServiceOutPathMapper.xml
@@ -80,13 +80,11 @@
             </if>
             <if test="param5 != null">param5,
             </if>
+            <if test="param6 != null">param6,
+            </if>
             <if test="radix != null">radix,
             </if>
             <if test="createTime != null">create_time,
-            </if>
-            <if test="guid != null">guid,
-            </if>
-            <if test="orgid != null">orgid,
             </if>
 
         </trim>
@@ -99,13 +97,11 @@
             </if>
             <if test="param5 != null">#{param5},
             </if>
+            <if test="param6 != null">#{param6},
+            </if>
             <if test="radix != null">#{radix},
             </if>
             <if test="createTime != null">#{createTime},
-            </if>
-            <if test="guid != null">#{guid},
-            </if>
-            <if test="orgid != null">#{orgid},
             </if>
         </trim>
     </insert>

--
Gitblit v1.9.3