浏览代码

Merge branch 'master' of http://git.cc-lotus.info/customer/service

lrf 8 月之前
父节点
当前提交
625a024ae9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/free/service/TransferApplyService.java

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

@@ -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;