Gorden 6 tháng trước cách đây
mục cha
commit
7277749e63
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/admin/service/statistics/OrderService.php

+ 1 - 1
app/admin/service/statistics/OrderService.php

@@ -12,7 +12,7 @@ class OrderService
     public static function getOrder()
     {
         // 今日订单
-        $todayTimeUnix = strtotime(date('Y-m-d'));
+        $todayTimeUnix = 1725638400;//strtotime(date('Y-m-d'));
         // 今日订单
         $data['todayOrder'] = Order::where('order_addtimes', '>', $todayTimeUnix)->where('order_category', '<>', 'RECHARGE')->count();
         // 今日收入