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