|
|
@@ -44,7 +44,7 @@ public class WxCUserLiveBasicInfoServiceImpl implements WxCUserLiveBasicInfoServ |
|
|
|
|
|
|
|
@Autowired |
|
|
|
VoiceMapper voiceMapper; |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
public void regeister(WxCUserBasicInfo wxCUserBasicInfo) { |
|
|
|
SysConfig rconfig = sysConfigService.getByKey(SysConfigConstant.hb_regeister_days_expired, new TenantEntity()); |
|
|
@@ -86,7 +86,7 @@ public class WxCUserLiveBasicInfoServiceImpl implements WxCUserLiveBasicInfoServ |
|
|
|
vss.add(Long.parseLong(_v)); |
|
|
|
} |
|
|
|
VoiceInfo vq = new VoiceInfo(); |
|
|
|
vq.setIds(vss); |
|
|
|
vq.setLanguageIds(vss); |
|
|
|
List<VoiceInfo> vlist = voiceMapper.findList(vq);; |
|
|
|
for (VoiceInfo v : vlist) { |
|
|
|
WxCAuthor author = new WxCAuthor(); |
|
|
|