Commit 312682a5 authored by zhuwei's avatar zhuwei

实收

parent 2f6dfabb
......@@ -391,6 +391,9 @@ class StatementService
$phone_follow_up_num = $m_phone_follow_up->getFollowTotal($conditions_);
$store_list["phone_follow_up_num"] = $phone_follow_up_num;
$performanceSum = $this->bargainModel->getAddBargainNumV2($conditions_, 2);//1表示业绩 2表示实收
$store_list["practical_money"] = isset($performanceSum[0]["num"]) ? $performanceSum[0]["num"] : 0;
//本周业绩
$start_time = date("Y-m-d", strtotime("-6 day"));
$end_time = date("Y-m-d");
......
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