Commit 498360d6 authored by zhuwei's avatar zhuwei

上周成交量

parent 6aa4d2d4
......@@ -37,9 +37,9 @@ class Index extends Basic
$journalAccounts = new OrderModel();
$turnover = $journalAccounts->getTurnover();
$result['averagePrice'] = $user_count;
$result['turnover'] = $turnover * 4;//不要问为什么乘以9,产品说怎么搞就怎么搞 181220改为4
// $result['turnover'] = $turnover * 4;//不要问为什么乘以9,产品说怎么搞就怎么搞 181220改为4
$result['turnover'] = $turnover * 2;//不要问为什么又改成2,产品说怎么搞就怎么搞 2018-12-26 16:36:59
return $this->response("request success", "200", $result);
}
/**
......
......@@ -8,6 +8,7 @@ use app\index\service\ImageDepotService;
use app\index\service\UserService;
use app\model\GBusinessDistrict;
use app\model\GImageDepot;
use think\Cache;
use think\Log;
/**
......@@ -180,7 +181,7 @@ class ImageDepot extends Basic
public function ceshi()
{
echo $this->systemDiskInfo();
$systemDiskInfo = $this->systemDiskInfo();
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment