双重预防项目-国泰新华二开定制版
zhouwenxuan
2023-07-13 0c513b7366a39cb1f21341ec9a8250d011905e2a
src/main/resources/mybatis/doublePrevention/PreventOverhaulMapper.xml
@@ -35,7 +35,7 @@
        <where>
            delete_status = 0
            <if test="overhaulLogReqBO.id != null">
                and id = #{overhaulLogReqBO.id}
                and risk_unit_id = #{overhaulLogReqBO.riskUnitId}
            </if>
        </where>
    </select>