src/main/resources/mybatis/tr/TbBaseCheckTaskMapper.xml
@@ -32,12 +32,6 @@ <if test="taskContent != null"> and task_content like concat('%',#{taskContent},'%') </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>