双重预防项目-国泰新华二开定制版
16639036659
2024-03-20 00709a2494f3c9fd0f27a0ad32417d25679cfb2e
临时提交
已修改1个文件
10 ■■■■ 文件已修改
src/main/resources/mybatis/tr/HiddenDangerCheckMapper.xml 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mybatis/tr/HiddenDangerCheckMapper.xml
@@ -200,11 +200,15 @@
                </foreach>)
            </if>
            <if test="checkUserName != null  and checkUserName != ''"> and a.check_user_name like concat('%', #{checkUserName}, '%')</if>
            <if test="beCheckedDeptId != null "> and a.be_checked_dept_id = #{beCheckedDeptId}</if>
            <if test="beCheckedDeptName != null  and beCheckedDeptName != ''"> and a.be_checked_dept_name like concat('%', #{beCheckedDeptName}, '%')</if>
            <if test="checkBeginTime != null  and checkBeginTime != ''"> and a.check_begin_time = #{checkBeginTime}</if>
            <if test="checkEndTime != null  and checkEndTime != ''"> and a.check_end_time = #{checkEndTime}</if>
            <if test="checkBeginTime != null  and checkBeginTime != ''"> AND a.create_time &gt;= date_format(#{checkBeginTime},'%y%m%d') </if>
            <if test="checkEndTime != null  and checkEndTime != ''"> AND date_format(#{checkEndTime},'%y%m%d') >= a.create_time </if>
            <if test="checkUserName != null  and checkUserName != ''"> and a.update_by like concat('%', #{checkUserName}, '%')</if>
            <if test="planFormulateStatus != null  and planFormulateStatus != ''"> and a.plan_formulate_status = #{planFormulateStatus}</if>
            <if test="planExecuteStatus != null  and planExecuteStatus != ''"> and a.plan_execute_status = #{planExecuteStatus}</if>
            <if test="checkStatus != null  and checkStatus != ''"> and a.check_status = #{checkStatus}</if>