|
@@ -118,6 +118,7 @@
|
|
resultType="com.dayaedu.cbs.openfeign.wrapper.music.CbsMusicSheetTagWrapper$MusicSheetTag">
|
|
resultType="com.dayaedu.cbs.openfeign.wrapper.music.CbsMusicSheetTagWrapper$MusicSheetTag">
|
|
SELECT t.id_ id,t.name_,t.state_ enable FROM music_tag t
|
|
SELECT t.id_ id,t.name_,t.state_ enable FROM music_tag t
|
|
<where>
|
|
<where>
|
|
|
|
+ t.type_ = 'MUSIC'
|
|
<if test="param.ids != null and param.ids.size > 0">
|
|
<if test="param.ids != null and param.ids.size > 0">
|
|
and t.id_ IN
|
|
and t.id_ IN
|
|
<foreach collection="param.ids" item="id" open="(" close=")" separator=",">
|
|
<foreach collection="param.ids" item="id" open="(" close=")" separator=",">
|