Commit e0fc6520 authored by zhuwei's avatar zhuwei

1

parent a031099d
...@@ -1013,7 +1013,7 @@ class Broker extends Basic ...@@ -1013,7 +1013,7 @@ class Broker extends Basic
$field = 'agents_id,content'; $field = 'agents_id,content';
$res = $m_agents_black_list->getDataById($params["agents_black_list_id"],$field); $res = $m_agents_black_list->getDataById($params["agents_black_list_id"],$field);
$field = 'file_name'; $field = 'id as agents_black_list_img_id,file_name';
$get_params['status'] = 0; $get_params['status'] = 0;
$get_params['father_id'] = $params["agents_black_list_id"]; $get_params['father_id'] = $params["agents_black_list_id"];
$get_data_res = $m_agents_black_list_img->getDatas($field, $get_params); $get_data_res = $m_agents_black_list_img->getDatas($field, $get_params);
......
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