Commit e48cb251 authored by clone's avatar clone

1

parent dccb76dd
...@@ -596,7 +596,7 @@ class AAgents extends BaseModel ...@@ -596,7 +596,7 @@ class AAgents extends BaseModel
$where_["c.id"] = $params["district_id"]; $where_["c.id"] = $params["district_id"];
$where_["a.level"] = array( "in", "30,40" ); $where_["a.level"] = array( "in", "30,40" );
} }
$where_["a.status"] = 0; //$where_["a.status"] = 0;
$result = Db::table($this->table) $result = Db::table($this->table)
->field($field) ->field($field)
......
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