【修改】文字考点,

学生进入考试 不单独从缓存中获取
,推送试题中更新试题
This commit is contained in:
huababa1
2025-10-12 19:14:34 +08:00
parent 7442b18939
commit fa9601433e
9 changed files with 336 additions and 84 deletions

View File

@@ -121,6 +121,8 @@
<select id="selectExamSpecialtyBySpId" parameterType="Long" resultMap="ExamSpecialtyResult">
<include refid="selectExamSpecialtyVo"/>
where sp_id = #{spId}
and status = 0
and deleted = 0
</select>
<select id="selectExamSpecialtyBySpNameOne" parameterType="String" resultType="ExamSpecialty">
@@ -147,6 +149,8 @@
SELECT sp_id AS id, sp_name AS name, ancestors, parent_id, status, create_time
from exam_specialty
where parent_id = #{parentId}
and status = 0
and deleted = 0
</select>
<select id="getRoleById" resultType="java.lang.String">
select roles