Explorar el Código

//..

private_deployment
xhxu hace 1 año
padre
commit
7b6c52e2ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

@@ -59,7 +59,7 @@ public class WxCVoiceServiceImpl implements WxCVoiceService {
audio.put("displayname", wxCVoiceTable.getLocalDisPlayName());
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){
voiceList = new ArrayList<>();
}


Cargando…
Cancelar
Guardar