小程序点歌 点歌记录返回状态等字段

This commit is contained in:
2024-07-15 16:07:57 +08:00
parent 37fb8e55c1
commit e785ee6467
2 changed files with 5 additions and 5 deletions

View File

@@ -140,7 +140,7 @@ public class TbShopSongServiceImpl implements TbShopSongService{
@Override
public Object getSinging(String openId) {
Map<String, Object> map = shopSongOrderMapper.selectSinging(openId);
Map<String, Object> map = shopSongOrderMapper.selectSinging();
if (map == null) {
return new HashMap<String, Object>(){{
put("songName", "");