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>