|
@@ -597,7 +597,6 @@ class CategoryMysqldb extends Service implements CategoryInterface
|
|
|
'status' => $this->getCategoryEnableStatus(),
|
|
|
'menu_show' => $this->getCategoryMenuShowStatus(),
|
|
|
])->all();
|
|
|
- print_r($category_id);
|
|
|
$arr = [];
|
|
|
if (is_array($data) && !empty($data)) {
|
|
|
foreach ($data as $one) {
|