统计调整

pull/1/head
jcadmin 2024-11-14 22:27:20 +08:00
parent d4c4034c83
commit 33b523f8cd
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class ReportOrderDataJob implements ShouldQueue
$dayShop = new GenerateDayShop();
$shop = Shop::find($order->draft_shop_id);
$dayShop->report($shop, $order->draft_date);
$dayShop->report($shop, $date);
$dayWin = new GenerateDayWin();
$dayWin->report($order);