双重预防项目-国泰新华二开定制版
马宇豪
2024-06-17 326c87fed063066712ebb9e408a30d669f8681d3
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}