Explorar el Código

test

private_deployment
谈文友 hace 1 año
padre
commit
cd5a4d62b6
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

@@ -153,7 +153,7 @@ public class WxCVoiceServiceImpl implements WxCVoiceService {
return resultMap;
//return new ResultData(result.getCode(), result.getMsgInfo(result.getCode(),result.getMsg()));
}
//test
@Override
public List<VoiceInfo> chooseType(Long id) {
List<VoiceInfo> voiceInfos = voiceMapper.selectList(


Cargando…
Cancelar
Guardar