Commit b69255d0 authored by hujun's avatar hujun

部门查询经纪人修改

parent 12b00836
...@@ -107,7 +107,7 @@ class ADistrict extends BaseModel ...@@ -107,7 +107,7 @@ class ADistrict extends BaseModel
$agents = Db::table('a_agents')->field('name,phone') $agents = Db::table('a_agents')->field('name,phone')
->where([ ->where([
'status' => 0, 'status' => 0,
'level' => ['in',['30,40']], 'level' => ['in',[30,40]],
'district_id' => $id 'district_id' => $id
])->find(); ])->find();
......
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