Commit 9041f29f authored by hujun's avatar hujun

1

parent bd2023d0
......@@ -167,7 +167,7 @@ class ChatService
}
} else {
if ($v['ext_id'] == $chat_user_id && $push_id == $v['push_id']) {
$this->chatUserExtModel->addChatUserExt(['is_forbidden'=>0], $v['id']);
$this->chatUserExtModel->updateDate(['is_forbidden'=>0], ['id'=>$v['id'], 'ext_id'=>$chat_user_id]);
$current_user_id = $chat_user_id;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment