Commit 359cc261 by Java-金吉宝

录音错误

parent b2e7ac23
......@@ -84,8 +84,8 @@ public class CallService extends BaseService<CallDao> {
//过滤重复记录
List<CallRecordListEntity> templist = new ArrayList<CallRecordListEntity>();
for (CallRecordListEntity callRecordListEntity : list) {
CallRecordListEntity entity = dao.get(callRecordListEntity);
if(entity!=null){
List<CallRecordListEntity> entity = dao.get(callRecordListEntity);
if(entity.size()>0){
templist.add(callRecordListEntity);
}
}
......
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