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