Pārlūkot izejas kodu

//..

private_deployment
xhxu pirms 1 gada
vecāks
revīzija
7b6c52e2ac
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      suimangService/src/main/java/com/iformall/service/impl/WxCVoiceServiceImpl.java

+ 1
- 1
suimangService/src/main/java/com/iformall/service/impl/WxCVoiceServiceImpl.java Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt