feat:修复邀请好友接口,更新状态问题

main
gzydong 2021-10-27 21:01:41 +08:00
parent 6c5c12c633
commit 39c4a8e3eb
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ class GroupService extends BaseService
if ($updateArr1) {
TalkList::whereIn('id', $updateArr1)->update([
'is_delete' => 1,
'is_delete' => 0,
'created_at' => date('Y-m-d H:i:s')
]);
}