group file

This commit is contained in:
Hankin 2026-03-26 14:51:02 +08:00
parent 2e1b2a5d40
commit c0bc9e9da4

View File

@ -24,6 +24,7 @@ class Team
GroupMessage::where('im_msg_id', $clientId)->update(['is_recall' => 1]); GroupMessage::where('im_msg_id', $clientId)->update(['is_recall' => 1]);
// 文件消息 撤回存储文件 // 文件消息 撤回存储文件
GroupFile::where("im_msg_id", $clientId)->update(["is_recall" => 1]);
} }
} }