Commit e4b1ce18 authored by hujun's avatar hujun

总监编辑修改

parent a238afab
......@@ -42,7 +42,7 @@ class ADistrict extends BaseModel
//处理经纪人等级 10业务员 20店长 30总监 40店长和总监
$agents = new AAgents();
$agents_info = $agents->where([
'district_id'=>$id, 'level'=>['in','20,30,40']
'district_id'=>$id, 'level'=>['in','20,40']
])->column('id,level');
$agents_data = [];
......
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