Commit e969aa21 authored by zhuwei's avatar zhuwei

1

parent 5f758672
...@@ -974,7 +974,8 @@ class Broker extends Basic ...@@ -974,7 +974,8 @@ class Broker extends Basic
} }
$get_params['BlackList.status'] = 0; $get_params['BlackList.status'] = 0;
$field = 'BlackList.agents_id,'; $field = 'BlackList.id as agents_black_list_id,';
$field .= 'BlackList.agents_id,';
$field .= 'Agents.status,'; $field .= 'Agents.status,';
$field .= 'Agents.name,'; $field .= 'Agents.name,';
$field .= 'Agents.phone,'; $field .= 'Agents.phone,';
......
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