فهرست منبع

wesmiler 报恩寺项目提交

wesmiler 4 سال پیش
والد
کامیت
dcaafbf155
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      app/Services/TradeService.php

+ 3 - 0
app/Services/TradeService.php

@@ -152,8 +152,11 @@ class TradeService extends BaseService
                 'totals'=> $counts,
                 'total'=> $counts[2],
                 'today'=> $countToday[2],
+                'todays'=> $countToday,
                 'week'=> $countWeek[2],
+                'weeks'=> $countWeek,
                 'month'=> $countMonth[2],
+                'months'=> $countMonth,
             ],
             'data' => isset($dataList['data']) ? $dataList['data'] : 0,
         ];