From 39c4a8e3eb8dd984b894e82207adcef87b4df0fa Mon Sep 17 00:00:00 2001 From: gzydong <837215079@qq.com> Date: Wed, 27 Oct 2021 21:01:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E5=A4=8D=E9=82=80=E8=AF=B7?= =?UTF-8?q?=E5=A5=BD=E5=8F=8B=E6=8E=A5=E5=8F=A3=EF=BC=8C=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/Group/GroupService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Service/Group/GroupService.php b/app/Service/Group/GroupService.php index 4cf2ac0..a85da3c 100644 --- a/app/Service/Group/GroupService.php +++ b/app/Service/Group/GroupService.php @@ -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') ]); }