双重预防项目-国泰新华二开定制版
16639036659
2024-06-17 d18dde2957a5cf877e48847a98e75a5d5ce66201
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}