Commit 19e444a3 authored by zhuwei's avatar zhuwei

1

parent 99f8d964
......@@ -60,8 +60,10 @@ class ClinchMap extends Basic
$result["house_num"] = $house_num['house_num'];//商铺总量
$result["have_not_rent_num"] = $house_num['have_not_rent_num'];//待租商铺数量
//获取每月业绩
$result["performance_info"] = $this->getPerformanceInfo();
//获取每月新增客户数
$result["user_month_info"] = $this->getUserInfo();
return $this->response(200, 'success', $result);
}
......
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