1.点歌记录店铺区分

This commit is contained in:
2024-07-19 13:46:27 +08:00
parent 66cacb668d
commit e52206e6d8
2 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ public class TbShopSongServiceImpl implements TbShopSongService{
}
LinkedHashMap<String, Integer> rank = new LinkedHashMap<>();
List<TbShopSongOrder> tbShopSongOrders = shopSongOrderMapper.selectWaitAll();
List<TbShopSongOrder> tbShopSongOrders = shopSongOrderMapper.selectWaitAll(shopId);
for (int i = 0; i < tbShopSongOrders.size(); i++) {
rank.put(tbShopSongOrders.get(i).getId().toString(), i);
}