From 851c8de2af1ee28ef148d0acf132ed4b03071a54 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Wed, 12 Jun 2024 14:54:27 +0800
Subject: [PATCH] 添加
---
src/main/resources/mybatis/tr/TbBaseCheckItemMapper.xml | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/main/resources/mybatis/tr/TbBaseCheckItemMapper.xml b/src/main/resources/mybatis/tr/TbBaseCheckItemMapper.xml
index f5bff58..fca2240 100644
--- a/src/main/resources/mybatis/tr/TbBaseCheckItemMapper.xml
+++ b/src/main/resources/mybatis/tr/TbBaseCheckItemMapper.xml
@@ -35,12 +35,6 @@
<if test="checkWay != null">
and check_way like concat('%',#{checkWay},'%')
</if>
- <if test="createDate != null">
- and create_date >= #{createDate}
- </if>
- <if test="updateDate != null">
- and #{updateDate} >= update_date
- </if>
order by create_date desc
</where>
</select>
--
Gitblit v1.9.2