From a5661dee86ebb48c2ee282b7e0621bb313eab296 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 19 二月 2025 10:53:11 +0800
Subject: [PATCH] BUG修改

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

diff --git a/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml b/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
index 4d04ed1..52ebd7f 100644
--- a/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
+++ b/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
@@ -310,7 +310,7 @@
             <if test="hospno != null  and hospno != ''">hospno,</if>
             <if test="wechat != null  and wechat != ''">wechat,</if>
             <if test="roomno != null  and roomno != ''">roomno,</if>
-            <if test="admindate != null  and admindate != ''">admindate,</if>
+            <if test="admindate != null">admindate,</if>
             <if test="deptname != null  and deptname != ''">deptname,</if>
             <if test="diagname != null  and diagname != ''">diagname,</if>
             <if test="libtemplateid != null ">libtemplateid,</if>
@@ -383,7 +383,7 @@
             <if test="hospno != null  and hospno != ''">#{hospno},</if>
             <if test="wechat != null  and wechat != ''">#{wechat},</if>
             <if test="roomno != null  and roomno != ''">#{roomno},</if>
-            <if test="admindate != null  and admindate != ''">#{admindate},</if>
+            <if test="admindate != null ">#{admindate},</if>
             <if test="deptname != null  and deptname != ''">#{deptname},</if>
             <if test="diagname != null  and diagname != ''">#{diagname},</if>
             <if test="libtemplateid != null ">#{libtemplateid},</if>
@@ -460,7 +460,7 @@
             <if test="hospno != null  and hospno != ''">hospno = #{hospno},</if>
             <if test="wechat != null  and wechat != ''">wechat = #{wechat},</if>
             <if test="roomno != null  and roomno != ''">roomno = #{roomno},</if>
-            <if test="admindate != null  and admindate != ''">admindate = #{admindate},</if>
+            <if test="admindate != null ">admindate = #{admindate},</if>
             <if test="deptname != null  and deptname != ''">deptname = #{deptname},</if>
             <if test="diagname != null  and diagname != ''">diagname = #{diagname},</if>
             <if test="libtemplateid != null ">libtemplateid = #{libtemplateid},</if>
@@ -538,7 +538,7 @@
             <if test="hospno != null  and hospno != ''">hospno = #{hospno},</if>
             <if test="wechat != null  and wechat != ''">wechat = #{wechat},</if>
             <if test="roomno != null  and roomno != ''">roomno = #{roomno},</if>
-            <if test="admindate != null  and admindate != ''">admindate = #{admindate},</if>
+            <if test="admindate != null">admindate = #{admindate},</if>
             <if test="deptname != null  and deptname != ''">deptname = #{deptname},</if>
             <if test="diagname != null  and diagname != ''">diagname = #{diagname},</if>
             <if test="libtemplateid != null ">libtemplateid = #{libtemplateid},</if>
@@ -617,7 +617,7 @@
             <if test="hospno != null  and hospno != ''">hospno = #{hospno},</if>
             <if test="wechat != null  and wechat != ''">wechat = #{wechat},</if>
             <if test="roomno != null  and roomno != ''">roomno = #{roomno},</if>
-            <if test="admindate != null  and admindate != ''">admindate = #{admindate},</if>
+            <if test="admindate != null">admindate = #{admindate},</if>
             <if test="deptname != null  and deptname != ''">deptname = #{deptname},</if>
             <if test="diagname != null  and diagname != ''">diagname = #{diagname},</if>
             <if test="libtemplateid != null ">libtemplateid = #{libtemplateid},</if>
@@ -695,7 +695,7 @@
             <if test="hospno != null  and hospno != ''">hospno = #{hospno},</if>
             <if test="wechat != null  and wechat != ''">wechat = #{wechat},</if>
             <if test="roomno != null  and roomno != ''">roomno = #{roomno},</if>
-            <if test="admindate != null  and admindate != ''">admindate = #{admindate},</if>
+            <if test="admindate != null ">admindate = #{admindate},</if>
             <if test="deptname != null  and deptname != ''">deptname = #{deptname},</if>
             <if test="diagname != null  and diagname != ''">diagname = #{diagname},</if>
             <if test="libtemplateid != null ">libtemplateid = #{libtemplateid},</if>

--
Gitblit v1.9.3