【修改】笔试试卷 表格格式,返回试卷sort顺序等
This commit is contained in:
@@ -90,8 +90,8 @@
|
||||
WHERE specialty_name = #{taskSpecialty}
|
||||
AND subject_name = #{spName}
|
||||
AND tenant_id =#{tId}
|
||||
and audit = 0
|
||||
and status = 0
|
||||
and audit = '0'
|
||||
and status = '0'
|
||||
<if test="quLevel != null and quLevel != ''">
|
||||
AND qu_level = #{quLevel}
|
||||
</if>
|
||||
|
Reference in New Issue
Block a user