NoteStar 5 年之前
父节点
当前提交
d655e86ab9
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      vendor/fancyecommerce/fecshop/services/category/CategoryMysqldb.php

+ 0 - 1
vendor/fancyecommerce/fecshop/services/category/CategoryMysqldb.php

@@ -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) {