From dbbb114c25b2406b6d1fd52019d2f2228ffcacd0 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 27 十一月 2024 18:04:16 +0800
Subject: [PATCH] 代码提交

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

diff --git a/smartor/src/main/resources/mapper/smartor/ServiceOutPathMapper.xml b/smartor/src/main/resources/mapper/smartor/ServiceOutPathMapper.xml
index 19c6a8f..a16bb8b 100644
--- a/smartor/src/main/resources/mapper/smartor/ServiceOutPathMapper.xml
+++ b/smartor/src/main/resources/mapper/smartor/ServiceOutPathMapper.xml
@@ -54,6 +54,7 @@
             <if test="radix != null  and radix != ''">
                 and radix = #{radix}
             </if>
+
         </where>
     </select>
 
@@ -77,6 +78,9 @@
             </if>
             <if test="radix != null">radix,
             </if>
+            <if test="createTime != null">create_time,
+            </if>
+
         </trim>
         <trim prefix="values (" suffix=")" suffixOverrides=",">
             <if test="param1 != null">#{param1},
@@ -89,6 +93,8 @@
             </if>
             <if test="radix != null">#{radix},
             </if>
+            <if test="createTime != null">#{createTime},
+            </if>
         </trim>
     </insert>
 

--
Gitblit v1.9.3