wesmiler hai 6 días
pai
achega
12c3e2c984
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)) {