|
@@ -116,7 +116,7 @@
|
|
SELECT * FROM exam_song WHERE FIND_IN_SET(id_,#{ids})
|
|
SELECT * FROM exam_song WHERE FIND_IN_SET(id_,#{ids})
|
|
</select>
|
|
</select>
|
|
<select id="getWithSubject" resultMap="ExamSong">
|
|
<select id="getWithSubject" resultMap="ExamSong">
|
|
- SELECT * FROM exam_song WHERE FIND_IN_SET(#{subjectId}, subject_list_)
|
|
|
|
|
|
+ SELECT * FROM exam_song WHERE FIND_IN_SET(#{subjectId}, subject_list_) AND del_flag_=0
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="getWithLevelAndType" resultMap="ExamSong">
|
|
<select id="getWithLevelAndType" resultMap="ExamSong">
|