|
@@ -169,6 +169,7 @@ class StoreService extends BaseService
|
|
|
->first();
|
|
->first();
|
|
|
$store = isset($userInfo['store'])? $userInfo['store'] : [];
|
|
$store = isset($userInfo['store'])? $userInfo['store'] : [];
|
|
|
$parents = isset($userInfo['parents'])? $userInfo['parents'] : '';
|
|
$parents = isset($userInfo['parents'])? $userInfo['parents'] : '';
|
|
|
|
|
+ var_dump($parents);
|
|
|
$ids = $parents? explode(',', $parents) : [];
|
|
$ids = $parents? explode(',', $parents) : [];
|
|
|
$ids = array_filter($ids);
|
|
$ids = array_filter($ids);
|
|
|
$ids = array_reverse($ids);
|
|
$ids = array_reverse($ids);
|