調整 心跳封包 room->updated_at 不會異動 20250523
This commit is contained in:
parent
6b9e1c5e67
commit
8bdab7c415
@ -198,6 +198,7 @@ class RoomControlController extends Controller
|
||||
$validated['status']='error';
|
||||
}
|
||||
$room->is_online=1;
|
||||
$room->touch(); // 更新 updated_at
|
||||
$room->save();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user