后台顾客管理
This commit is contained in:
parent
eca27b0966
commit
2bf68bd195
|
|
@ -64,7 +64,7 @@ class CustomerGroupRepo
|
|||
|
||||
public static function list()
|
||||
{
|
||||
$builder = CustomerGroup::query();
|
||||
$builder = CustomerGroup::query()->with('description');
|
||||
$groups = $builder->get();
|
||||
|
||||
return $groups;
|
||||
|
|
|
|||
Loading…
Reference in New Issue