Commit 255eb6a0 authored by zhuwei's avatar zhuwei

bug

parent 0a25f431
......@@ -470,8 +470,8 @@ class GHousesToAgents extends BaseModel
$where_ = [];
$where_["is_del"] = 0;
if (isset($params["agents_id"])) {
$where_["agents_id"] = $params["agents_id"];
if (isset($params["agent_id"])) {
$where_["agents_id"] = $params["agent_id"];
}
if (isset($params["create_time"])) {
$where_["create_time"] = $params["create_time"];
......
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