会员组

This commit is contained in:
TL 2022-07-05 19:31:29 +08:00
parent c4c6dfcaa9
commit 3a3fb4ea08
1 changed files with 1 additions and 1 deletions

View File

@ -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;