【修改】 解决考点服务器没有根据点位授权的专业进行显示的BUG
This commit is contained in:
@@ -123,11 +123,24 @@
|
||||
where sp_id = #{spId}
|
||||
</select>
|
||||
|
||||
<select id="selectExamSpecialtyBySpName" parameterType="String" resultType="pc.exam.pp.module.exam.dal.dataobject.specialty.ExamSpecialty">
|
||||
<select id="selectExamSpecialtyBySpNameOne" parameterType="String" resultType="ExamSpecialty">
|
||||
SELECT *
|
||||
from exam_specialty
|
||||
where sp_name = #{name}
|
||||
</select>
|
||||
|
||||
<select id="selectExamSpecialtyBySpName" parameterType="String"
|
||||
resultType="pc.exam.pp.module.exam.dal.dataobject.specialty.ExamSpecialty">
|
||||
SELECT *
|
||||
from exam_specialty
|
||||
where sp_name = #{spName}
|
||||
</select>
|
||||
<select id="selectTenantSpcialtyList" parameterType="Long"
|
||||
resultType="pc.exam.pp.module.exam.controller.admin.specialty.vo.TenantSpcialtyVo">
|
||||
SELECT *
|
||||
from exam_tenant_specialty
|
||||
where tenant_id = #{id}
|
||||
</select>
|
||||
|
||||
<select id="selectExamSpecialtyByParentId"
|
||||
resultType="pc.exam.pp.module.exam.controller.admin.specialty.vo.SpecialtyQueryVo">
|
||||
|
Reference in New Issue
Block a user