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