Commit 8fe4868d authored by xinglei's avatar xinglei

*)修改问题

parent 6fe14bff
...@@ -88,6 +88,7 @@ public class VoiceRecordFileServiceImpl extends BaseService<VoiceRecordFileDto, ...@@ -88,6 +88,7 @@ public class VoiceRecordFileServiceImpl extends BaseService<VoiceRecordFileDto,
String cid = dMap.get("cid"); String cid = dMap.get("cid");
Assert.notNull(cid, "CID不能为空"); Assert.notNull(cid, "CID不能为空");
Map<String, String> callRecord = fusionService.getCallRecordByCID(cid); Map<String, String> callRecord = fusionService.getCallRecordByCID(cid);
voiceRecordFile.setConnectId(cid);
log.setConnectId(cid); log.setConnectId(cid);
log.setIsDeal(false); log.setIsDeal(false);
log.setDealTimes(0); log.setDealTimes(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment