Commit 4f1e1858 authored by zhuwei's avatar zhuwei

业绩修改

parent ba167813
......@@ -103,6 +103,21 @@ class PerformanceService
$value["img"] = AGENTHEADERIMGURL . $info[0]["img"];
$value["store_name"] = $info[0]["store_name"];
$value["district_name"] = $info[0]["district_name"];
//todo 计算当日业绩 performance_total
//todo 计算当日成交单数 bargain_sum
//todo 计算当日收款数 paylog
//todo 计算当日进场数 march_in_num
//todo 计算当日报备数 look_at_num
//todo 计算当日新增商铺数 add_house_num
//todo 计算当日新增客户数 add_user_num
array_push($arr, $value);
}
break;
......
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