jinlin
2024-01-12 f491d30b0a69148bd0991b3d5b1c4cf9f8216949
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">