liuyu 5 سال پیش
والد
کامیت
a7e9142ba8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/service/dock.js

+ 1 - 1
app/service/dock.js

@@ -95,7 +95,7 @@ class ChatService extends CrudService {
     if (!dock) {
       throw new BusinessError('没有查询到该对接会');
     }
-    const vipuser = await dock.vipuser.id(info.id);
+    const vipuser = await dock.vipuser.id(info.vipid);
     if (!vipuser) {
       throw new BusinessError('没有查询到vip用户');
     }