|
|
@@ -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")
|