From 732479d6b3ffee285413f45c6d6a8f1e9fa7bf09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E6=A1=83?= <1098598843@qq.com> Date: Sat, 11 Feb 2023 16:23:49 +0800 Subject: [PATCH] 111 --- app/api/controller/Statistics.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/api/controller/Statistics.php b/app/api/controller/Statistics.php index d0c9c8d..5995381 100644 --- a/app/api/controller/Statistics.php +++ b/app/api/controller/Statistics.php @@ -722,6 +722,7 @@ class Statistics extends BaseController //总市场流量 // $return['liuliang'] = bcmul(bcdiv($z_order,$return['total_order'],2),100); $return['liuliang'] = 15; + $return['month'] = 12; // 商品销量前十 $return['data'] = Db::connect('shop')->table('eb_store_product') ->alias('a')