jinlin
2024-02-21 b27d06b8f0b805efd16e28fd80a57a0ed8a053ce
modules/mainPart/src/main/resources/mapper/riskTraceRecord/RiskTraceItemDao.xml
@@ -9,7 +9,10 @@
        <where>
            a.is_delete = 0
            <if test="riskId!=null">
                and a.id = ${riskId}
                and a.risk_id = ${riskId}
            </if>
            <if test="riskId == null">
                and a.risk_id is Null
            </if>
        </where>
        <if test="orderBySql!=null">