Browse Source

酷乐秀曲目来源改为内容平台

zouxuan 11 tháng trước cách đây
mục cha
commit
3947db849b

+ 1 - 0
cooleshow-user/user-biz/src/main/resources/config/mybatis/MusicSheetMapper.xml

@@ -260,6 +260,7 @@
         left join album_music_relate amr on t.id_ = amr.music_sheet_id_
         left join sys_user su on t.create_by_ = su.id_
         <where>
+            t.cbs_music_sheet_id_ IS NOT NULL
             <if test="param.composer != null">
                 AND t.composer_ LIKE '%${param.composer}%'
             </if>