jinlin
2024-02-22 d5a224312d0c1d95182902908c79ec8f532a1ec4
modules/mainPart/src/main/resources/mapper/configAuditReport/ConfigAuditReportDao.xml
@@ -12,6 +12,9 @@
            <if test="secretClass!=null">
                and p.secret_class &lt;= #{secretClass}
            </if>
            <if test="deptId!=null">
                and p.biz_dept_id = #{deptId}
            </if>
            <if test="whereSql!=null">
                and ${whereSql}
            </if>