Commit 00e81a0c authored by hujun's avatar hujun

[]

parent 2954351a
...@@ -181,7 +181,7 @@ class HouseService ...@@ -181,7 +181,7 @@ class HouseService
$agent_data_old = $this->agetn_house->getAgentHouseAll('id,agents_id,houses_id', $agent_house_where); $agent_data_old = $this->agetn_house->getAgentHouseAll('id,agents_id,houses_id', $agent_house_where);
foreach ($agent_data_old['data'] as $k => $v) { foreach ($agent_data_old['data'] as $k => $v) {
$agent_id_old = $v['agents_id']; $agent_id_old[] = $v['agents_id'];
if (in_array($v['agents_id'], $agent_id)) { if (in_array($v['agents_id'], $agent_id)) {
continue; continue;
} else { } else {
......
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