Commit 1816841d authored by clone's avatar clone

bug

parent e2b93ee0
......@@ -859,8 +859,8 @@ class OBargainModel extends Model
$where_ = [];
if (isset($params["agent_id"])) {
$where_["c.report_agent_id"] = $params["agent_id"];
$where_["a.agent_id"] = $params["agent_id"];
$where_["a.role"] = 3;
}
if (isset($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