作者 lyh

gx

@@ -166,6 +166,10 @@ class CategoryLogic extends BaseLogic @@ -166,6 +166,10 @@ class CategoryLogic extends BaseLogic
166 foreach ($ids as $id){ 166 foreach ($ids as $id){
167 $str = []; 167 $str = [];
168 $this->getAllSub($id,$str); 168 $this->getAllSub($id,$str);
  169 + if($this->user['project_id'] == 1638){
  170 + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($str, true) . PHP_EOL, FILE_APPEND);
  171 + die();
  172 + }
169 $str[] = $id; 173 $str[] = $id;
170 foreach ($str as $value){ 174 foreach ($str as $value){
171 //删除路由 175 //删除路由