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