Joburgess %!s(int64=5) %!d(string=hai) anos
pai
achega
0488ce8489

+ 1 - 1
edu-user/edu-user-server/src/main/resources/config/mybatis/ExamSongMapper.xml

@@ -116,7 +116,7 @@
 		SELECT * FROM exam_song WHERE FIND_IN_SET(id_,#{ids})
 	</select>
 	<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 id="getWithLevelAndType" resultMap="ExamSong">