|
@@ -81,7 +81,7 @@ public class TransferApplyService extends ServiceImpl<TransferApplyMapper, Trans
|
|
qw.eq("apply_id", apply_id);
|
|
qw.eq("apply_id", apply_id);
|
|
qw.eq("is_read", chatRecordNotReadSign);
|
|
qw.eq("is_read", chatRecordNotReadSign);
|
|
qw.ne("speaker", user_id);
|
|
qw.ne("speaker", user_id);
|
|
- Long num = this.count(qw);
|
|
|
|
|
|
+ Long num = this.chatRecordService.count(qw);
|
|
map.put("notRead", num);
|
|
map.put("notRead", num);
|
|
}
|
|
}
|
|
return list;
|
|
return list;
|