【修改】 考点服务器绑定专业sql增加查询条件

This commit is contained in:
dlaren
2025-08-11 17:17:49 +08:00
parent c07e8910d2
commit 28c75d52c5
2 changed files with 390 additions and 396 deletions

View File

@@ -126,7 +126,7 @@
<select id="selectExamSpecialtyBySpNameOne" parameterType="String" resultType="ExamSpecialty">
SELECT *
from exam_specialty
where sp_name = #{name}
where sp_name = #{name} and deleted = 0 and status = 0
</select>
<select id="selectExamSpecialtyBySpName" parameterType="String"