xhxu пре 1 година
родитељ
комит
81424d7a40
2 измењених фајлова са 2 додато и 1 уклоњено
  1. +1
    -1
      suimangCApi/src/main/java/com/iformall/controller/UserLiveController.java
  2. +1
    -0
      suimangService/src/main/java/com/iformall/service/impl/WxCVoiceServiceImpl.java

+ 1
- 1
suimangCApi/src/main/java/com/iformall/controller/UserLiveController.java Прегледај датотеку

@@ -210,7 +210,7 @@ public class UserLiveController extends BaseController {
resultMap.put("status", status);
return resultMap;
}
return wxCVoiceService.getById(id,basicLiveInfo.getPhone());
return wxCVoiceService.getById(id,null);
}

/**


+ 1
- 0
suimangService/src/main/java/com/iformall/service/impl/WxCVoiceServiceImpl.java Прегледај датотеку

@@ -57,6 +57,7 @@ public class WxCVoiceServiceImpl implements WxCVoiceService {
audio = new HashMap<>();
audio.put("LocaleName", wxCVoiceTable.getLocalelName());
audio.put("displayname", wxCVoiceTable.getLocalDisPlayName());
audioList.put(wxCVoiceTable.getLanguageId(),audio);
}
List<Map<String, Object>> voiceList = (List<Map<String, Object>>) audio.get("styleList");
if(voiceList == null){


Loading…
Откажи
Сачувај