正在显示
1 个修改的文件
包含
4 行增加
和
0 行删除
| @@ -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 | //删除路由 |
-
请 注册 或 登录 后发表评论