作者 lyh

gx

@@ -166,10 +166,6 @@ class CategoryLogic extends BaseLogic @@ -166,10 +166,6 @@ 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 - }  
173 $str[] = $id; 169 $str[] = $id;
174 foreach ($str as $value){ 170 foreach ($str as $value){
175 //删除路由 171 //删除路由