From fe50934b7ea621d331affec92773c8736a5f8668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=B8=96=E7=95=8C?= <642747453@qq.com> Date: Mon, 24 Oct 2022 14:02:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20#100000=20=E5=AD=97=E6=AE=B5=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E9=94=99=E8=AF=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Listeners/GroupQueryListener.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Listeners/GroupQueryListener.php b/app/Listeners/GroupQueryListener.php index 2aa84a8..e6b0b4d 100644 --- a/app/Listeners/GroupQueryListener.php +++ b/app/Listeners/GroupQueryListener.php @@ -27,7 +27,7 @@ class GroupQueryListener */ public function handle(GroupSetEvent $event) { - $shopId = Groups::query()->where('group_Id', $event->groupId)->value('shop_id'); + $shopId = Groups::query()->where('group_id', $event->groupId)->value('shop_id'); $shop = Shop::query()->find($shopId); $client = BusinessFactory::init()->make($shop['plat_id'])->setShopWithId($shop['id']); $client->createGroup($event->groupId);