【修改】笔试试卷 表格格式,返回试卷sort顺序等

This commit is contained in:
YOHO\20373
2025-05-29 17:57:35 +08:00
parent 06054139c7
commit 19bd805831
32 changed files with 478 additions and 86 deletions

View File

@@ -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>