会员组
This commit is contained in:
parent
c4c6dfcaa9
commit
3a3fb4ea08
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue