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