소스 검색

//..

private_deployment
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){


불러오는 중...
취소
저장