src/main/resources/mybatis/tr/TbSpecialCheckItemDangerLogMapper.xml
@@ -41,8 +41,11 @@ select * from tb_special_check_item_danger_log <where> deleted = 0 <if test="checkWay != null"> and check_way like concat('%',#{checkWay},'%') <if test="id != null"> and task_id = #{id} </if> <if test="checkType != null"> and check_type like concat('%',#{checkType},'%') </if> <if test="reportStatus != null"> and report_status = #{reportStatus}