Accept Merge Request #150: (hyc -> master)

Merge Request: 【修改】判断条件增加

Created By: @华允传
Accepted By: @华允传
URL: https://g-iswv8783.coding.net/p/education/d/pengchen-exam-java/git/merge/150
This commit is contained in:
华允传
2025-08-18 17:35:10 +08:00
committed by Coding

View File

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