正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -103,7 +103,7 @@ class DeleteCustomCategory extends Command | @@ -103,7 +103,7 @@ class DeleteCustomCategory extends Command | ||
| 103 | return false; | 103 | return false; |
| 104 | } | 104 | } |
| 105 | foreach ($customList['list'] as $v){ | 105 | foreach ($customList['list'] as $v){ |
| 106 | - $category_id_arr = Arr::setToArr(trim($v['category_id'],',')); | 106 | + $category_id_arr = $v['category_id']; |
| 107 | if(empty($category_id_arr)){ | 107 | if(empty($category_id_arr)){ |
| 108 | continue; | 108 | continue; |
| 109 | } | 109 | } |
-
请 注册 或 登录 后发表评论