zs 8 meses atrás
pai
commit
a0ed3bb7d4

+ 1 - 1
src/main/java/com/free/service/TransferApplyService.java

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