From b5d7a7720b73b72ad241747aba4618acafe80be1 Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: 星期三, 12 六月 2024 13:39:34 +0800
Subject: [PATCH] 专项检查任务-添加index_id查询

---
 src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml b/src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml
index d029dda..61a4df1 100644
--- a/src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml
+++ b/src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml
@@ -27,12 +27,6 @@
             <if test="isReject != null">
                 and is_reject = #{isReject}
             </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