双重预防项目-国泰新华二开定制版
kongzy
2024-03-25 a10a94b0f7456ca959280cf9f9975b0009db004e
src/main/resources/mybatis/doublePrevention/PreventOverhaulMapper.xml
@@ -34,7 +34,7 @@
        select * from prevent_overhaul_log
        <where>
            delete_status = 0
            <if test="overhaulLogReqBO.id != null">
            <if test="overhaulLogReqBO.riskUnitId != null">
                and risk_unit_id = #{overhaulLogReqBO.riskUnitId}
            </if>
        </where>