双重预防项目-国泰新华二开定制版
马宇豪
2024-06-17 326c87fed063066712ebb9e408a30d669f8681d3
src/main/resources/mybatis/tr/TbSpecialCheckItemDangerLogMapper.xml
@@ -41,11 +41,11 @@
        select * from tb_special_check_item_danger_log
        <where>
            deleted = 0
            <if test="indexId != null">
                and index_id = #{indexId}
            <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}