From f2e4de607a453990cf881a2891c7c415a9a32bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E6=A1=83?= <1098598843@qq.com> Date: Fri, 10 Feb 2023 15:44:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/Statistics.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/api/controller/Statistics.php b/app/api/controller/Statistics.php index fc36ab0..530ffc8 100644 --- a/app/api/controller/Statistics.php +++ b/app/api/controller/Statistics.php @@ -589,11 +589,11 @@ class Statistics extends BaseController $where[] = ['village_id', '=', $village_id]; } - $return['msg'] = [['value'=>835,'name'=>'百合山药企业'], - ['value'=>124,'name'=>'通滩山药企业'], - ['value'=>187,'name'=>'百合土豆企业'], - ['value'=>251,'name'=>'云龙土豆企业'], - ['value'=>902,'name'=>'奇峰山药企业']]; + $return['msg'] = [['value'=>'https://lihai001.oss-cn-chengdu.aliyuncs.com/uploads/20230112/e0ce290ac9ff41da33f00f6ae72d02f1.png','name'=>'百合山药企业'], + ['value'=>'https://lihai001.oss-cn-chengdu.aliyuncs.com/uploads/20230112/e0ce290ac9ff41da33f00f6ae72d02f1.png','name'=>'通滩山药企业'], + ['value'=>'https://lihai001.oss-cn-chengdu.aliyuncs.com/uploads/20230112/e0ce290ac9ff41da33f00f6ae72d02f1.png','name'=>'百合土豆企业'], + ['value'=>'https://lihai001.oss-cn-chengdu.aliyuncs.com/uploads/20230112/e0ce290ac9ff41da33f00f6ae72d02f1.png','name'=>'云龙土豆企业'], + ['value'=>'https://lihai001.oss-cn-chengdu.aliyuncs.com/uploads/20230112/e0ce290ac9ff41da33f00f6ae72d02f1.png','name'=>'奇峰山药企业']]; $return['total'] = '62'; $return['xl'] = ['43%','1.68']; $return['cgl'] = ['24%','1.21'];