|
|
|
@ -50,7 +50,7 @@ class Category extends Controller |
|
|
|
|
$merchantId = (int)$this->request->param('merchantId', 0); |
|
|
|
|
$model = new CategoryModel; |
|
|
|
|
$hasGoods = GoodsCategoryRel::getcategory($this->storeId,$merchantId); |
|
|
|
|
|
|
|
|
|
print_r($hasGoods);die; |
|
|
|
|
$arr = []; |
|
|
|
|
if (!empty($arr)) { |
|
|
|
|
$arr = ['cataIds' => $hasGoods]; |
|
|
|
|