1.点歌记录店铺区分
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user