Commit 14c083a2 authored by clone's avatar clone

bug

parent b3695a16
...@@ -792,7 +792,7 @@ class OBargainModel extends Model ...@@ -792,7 +792,7 @@ class OBargainModel extends Model
$where_ = []; $where_ = [];
if (isset($params["agent_id"])) { if (isset($params["agent_id"])) {
$where_["a.agent_id"] = $params["agent_id"]; $where_["c.agent_id"] = $params["agent_id"];
} }
if (isset($params["create_time"])) { if (isset($params["create_time"])) {
$where_["a.create_time"] = $params["create_time"]; $where_["a.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