Browse Source

Merge branch 'feature/0826_music' into develop-new

liujc 10 months ago
parent
commit
f065f74a6a

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

@@ -135,7 +135,7 @@
         from tenant_album_music t
         left join music_sheet t1 on t1.id_ = t.music_sheet_id_ and find_in_set('TENANT',t1.provider_type_)
         where t.del_flag_ = 0
-        and t.id_ in
+        and t.tenant_album_id_ in
         <foreach collection="tenantAlbumIds" item="item" index="index" open="(" close=")" separator=",">
             #{item}
         </foreach>