Commit 61ec09c4 authored by hujun's avatar hujun

1

parent 6b715ede
...@@ -303,7 +303,7 @@ class HouseService ...@@ -303,7 +303,7 @@ class HouseService
if (!empty($add_agent_id)) { if (!empty($add_agent_id)) {
//更新业绩统计 //更新业绩统计
$sum = new ResultsSummaryNewTask(); $sum = new ResultsSummaryNewTask();
$date = date('Y-m-d H:i:s'); $date = date('Y-m-d');
$agent_name = []; $agent_name = [];
foreach ($add_agent_id as $k => $v) { foreach ($add_agent_id as $k => $v) {
$agent_data = $this->agent->verifyUser('id,store_id,district_id,name', '', [ 'id' => $v ]); //获取被修改人信息 $agent_data = $this->agent->verifyUser('id,store_id,district_id,name', '', [ 'id' => $v ]); //获取被修改人信息
......
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