瀏覽代碼

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

zouxuan 11 月之前
父節點
當前提交
3947db849b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      cooleshow-user/user-biz/src/main/resources/config/mybatis/MusicSheetMapper.xml

+ 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>