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