From 6994c4ae328dc6e41ab98f183774c7ffdc9b5dbf Mon Sep 17 00:00:00 2001
From: zhs <zhs18203887318@163.com>
Date: 星期三, 16 四月 2025 17:48:41 +0800
Subject: [PATCH] 04-16改数据采集-入科
---
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