小程序点歌 点歌记录返回状态等字段
This commit is contained in:
@@ -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", "");
|
||||
|
||||
Reference in New Issue
Block a user