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