【修改】判断条件增加

This commit is contained in:
huababa1
2025-08-18 17:32:51 +08:00
parent e7b4bf91ba
commit 1e3ff65cbd

View File

@@ -92,6 +92,7 @@
AND tenant_id =#{tId}
and audit = '0'
and status = '0'
and deleted ='0'
<if test="quLevel != null and quLevel != ''">
AND qu_level = #{quLevel}
</if>