From 3c46b264b86bb38984370f685c6866c5f7784808 Mon Sep 17 00:00:00 2001
From: zhs <zhs18203887318@163.com>
Date: 星期三, 16 四月 2025 21:42:39 +0800
Subject: [PATCH] 04-16改_手术病人分页and患者信息子页面时间查询
---
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