|
@@ -579,7 +579,7 @@ public class SoundCompareHandler implements WebSocketEventHandler {
|
|
|
|
|
|
userSoundInfoMap.get(phone).getUserMeasureScoreMap().put(measureIndex, result);
|
|
|
|
|
|
- LOGGER.info("{}小节评分:{}", JSON.toJSONString(webSocketInfo));
|
|
|
+ LOGGER.info("{}小节评分:{}", phone, JSON.toJSONString(webSocketInfo));
|
|
|
|
|
|
//推送结果
|
|
|
WebSocketHandler.sendTextMessage(phone, webSocketInfo);
|