|
@@ -166,8 +166,8 @@
|
|
|
<if test="search != null and search != ''">
|
|
|
AND (sesa.id_ = #{search} OR ses.name_ LIKE CONCAT('%',#{search},'%'))
|
|
|
</if>
|
|
|
- <if test="sysExamSongId != null">
|
|
|
- AND sesa.exam_song_id_ = #{sysExamSongId}
|
|
|
+ <if test="sysMusicScoreId != null">
|
|
|
+ AND sesa.exam_song_id_ = #{sysMusicScoreId}
|
|
|
</if>
|
|
|
<if test="subjectId != null">
|
|
|
AND sesa.subject_id_ = #{subjectId}
|