国家管理
This commit is contained in:
parent
f802f48299
commit
752200ea93
|
|
@ -23,8 +23,7 @@ class CountryRepo
|
|||
*/
|
||||
public static function create($data)
|
||||
{
|
||||
$id = Country::query()->insertGetId($data);
|
||||
return self::find($id);
|
||||
return Country::query()->create($data);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -63,6 +63,6 @@ return [
|
|||
'rmas_index' => '售后管理',
|
||||
'customers_index' => '客户列表',
|
||||
'customer_groups_index' => '客户组',
|
||||
'countries_index' => '国家',
|
||||
'zones_index' => '省份',
|
||||
'countries_index' => '国家管理',
|
||||
'zones_index' => '省份管理',
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue