Просмотр исходного кода

feat:云教练评测视频上传

Joburgess 4 лет назад
Родитель
Сommit
42edc3ff0b

+ 1 - 1
mec-biz/src/main/java/com/ym/mec/biz/service/impl/SoundCompareHandler.java

@@ -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);