Commit 6b00ddb1 by Java-金吉宝

录音

parent 6d4ba8f9
...@@ -439,6 +439,7 @@ public class CallController { ...@@ -439,6 +439,7 @@ public class CallController {
callList.add(call); callList.add(call);
} }
Map<String, String> map = callService.findPhneByHuaweiNum(huweiNumList);// 通过华为短号查询座机号 Map<String, String> map = callService.findPhneByHuaweiNum(huweiNumList);// 通过华为短号查询座机号
for(CallListEntity record:callList){ for(CallListEntity record:callList){
if(map != null ){ if(map != null ){
......
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