统计调整
parent
d4c4034c83
commit
33b523f8cd
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue