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:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user