wesmiler 6 дней назад
Родитель
Сommit
12c3e2c984
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Services/Common/GoodsCategoryService.php

+ 1 - 0
app/Services/Common/GoodsCategoryService.php

@@ -206,6 +206,7 @@ class GoodsCategoryService extends BaseService
             return message("分类ID不能为空", false);
         }
 
+        var_dump($ids);
         // 清理已删除的记录
         $this->model->where(['mark' => 0])->where('update_time', '<=', time() - 600)->delete();
         if (is_array($ids)) {