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