|
@@ -333,9 +333,9 @@
|
|
|
</if>
|
|
|
<if test="musicGroupShow!=null">
|
|
|
AND g.music_group_show_=#{musicGroupShow}
|
|
|
- <if test="courseViewType != null">
|
|
|
- AND FIND_IN_SET(#{courseViewType},g.course_view_type_)
|
|
|
- </if>
|
|
|
+ </if>
|
|
|
+ <if test="courseViewType != null">
|
|
|
+ AND FIND_IN_SET(#{courseViewType},g.course_view_type_)
|
|
|
</if>
|
|
|
<if test="replacementShow!=null">
|
|
|
AND g.replacement_show_=#{replacementShow}
|