Commit e66cab98 authored by hujun's avatar hujun

30,40

parent 94506ced
......@@ -78,7 +78,7 @@ class VerifyService
$arr_list = [];
if (count($result) > 0) {
$params["district_id"] = $result[0]["district_id"];
$params["level"] = 40;
$params["level"] = ['in', '30,40'];
$arr_list = $this->agentModel->searchAgentsByKeyword("id",$params);
}
if(count($arr_list) > 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