歌手页
This commit is contained in:
@@ -63,8 +63,9 @@ public class TbShopSongOrderServiceImpl extends ServiceImpl<TbShopSongOrderMappe
|
||||
List<SingerSongVo> byState = tbShopSongOrderMapper.findByState(2, shopId);
|
||||
if(CollectionUtils.isEmpty(byState)){
|
||||
map.put("afoot","");//演唱中
|
||||
}else {
|
||||
map.put("afoot",byState.get(0));//演唱中
|
||||
}
|
||||
map.put("afoot",byState.get(0));//演唱中
|
||||
map.put("Waiting",tbShopSongOrderMapper.findByState(1,shopId));
|
||||
return map;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user