From 3a3fb4ea0820273121b89f4b80d01d128fecde74 Mon Sep 17 00:00:00 2001 From: TL Date: Tue, 5 Jul 2022 19:31:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E5=91=98=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beike/Repositories/CustomerGroupRepo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beike/Repositories/CustomerGroupRepo.php b/beike/Repositories/CustomerGroupRepo.php index 3055c716..0b66aa24 100644 --- a/beike/Repositories/CustomerGroupRepo.php +++ b/beike/Repositories/CustomerGroupRepo.php @@ -63,7 +63,7 @@ class CustomerGroupRepo public static function list() { - $builder = CustomerGroup::query()->with('description'); + $builder = CustomerGroup::query()->with('description', 'descriptions'); $groups = $builder->get(); return $groups;