【修改】文字考点,
学生进入考试 不单独从缓存中获取 ,推送试题中更新试题
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user