fixed
This commit is contained in:
@@ -31,7 +31,7 @@ class TyuserLogic extends BaseLogic
|
||||
Mmodel::catchTrans(function () use ($client_id){
|
||||
Tools::log_to_write_txt(['服务端收到客户端离线消息:client_id:' . $client_id]);
|
||||
|
||||
$user = Db::table('clientid')
|
||||
$user = Db::table('fa_device')
|
||||
->where('clientid', $client_id)
|
||||
->find();
|
||||
if(empty($user)){
|
||||
|
||||
Reference in New Issue
Block a user