wesmiler 1 주 전
부모
커밋
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)) {