LD 4 лет назад
Родитель
Сommit
7972a45017
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      app/Http/Controllers/TestController.php

+ 3 - 2
app/Http/Controllers/TestController.php

@@ -147,9 +147,10 @@ class TestController extends Controller
 
         $this->test1(...$aa);
     }
-    public function test($a,$b,$c)
+    public function test()
     {
-        dd($a,$b,$c);
+        app('StorageService')->clearTask(['HAIB2-02-01']);
+        dd();
         ini_set('max_execution_time', 0);
         $orders = Order::query()->whereBetween("wms_edittime",["2021-06-01 00:00:00","2021-06-30 23:59:59"])
             ->whereNotIn("id",OwnerFeeDetail::query()->select("outer_id")