Commit 0c1cc677 authored by hujun's avatar hujun

data

parent 53828158
......@@ -440,7 +440,7 @@ class HouseService
$agent_id_arr = $this->agent_house->getHouseAgent('b.id,b.district_id', $house_where);
if ($agent_id_arr['status'] != 'fail') {
foreach ($agent_id_arr as $v) {
foreach ($agent_id_arr['data'] as $v) {
//盘方
if ($agent_id == $v['id']) {
$result = true;
......
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