From 62dbd8169d8cad03e7a06f9b53b0a1928caf732f Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 06 三月 2025 18:13:45 +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