Commit 2f6dfabb authored by zhuwei's avatar zhuwei

1

parent e0f077f5
......@@ -284,6 +284,9 @@ class StatementService
$performanceSum = $this->bargainModel->getAddBargainNum($where_, 1);//1表示业绩 2表示实收
$result["director_performance_month"] = isset($performanceSum[0]["num"]) ? $performanceSum[0]["num"] : 0;
$performanceSum = $this->bargainModel->getAddBargainNumV2($where_, 2);//1表示业绩 2表示实收
$result["practical_money_for_month"] = isset($performanceSum[0]["num"]) ? $performanceSum[0]["num"] : 0;
//todo 完成单数
$where_ = [];
$start_time = date("Y-m-01", time());
......
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