Commit 24f96bb1 authored by hujun's avatar hujun

district_id as id

parent c7ae60bb
......@@ -29,7 +29,7 @@ class District extends Basic
$pageSize = empty($this->params['pageSize']) ? 10 : $this->params['pageSize'];
$search = $this->params['search'];
$agents = new AAgents();
$field = 'id,name,create_time,phone,district_id';
$field = 'district_id as id,name,create_time,phone';
$where = '';
$where .= 'level in (30,40) AND status=0';
......
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