Commit ddbf1b4e authored by clone's avatar clone

bug

parent aed015be
...@@ -659,7 +659,7 @@ class OBargainModel extends Model ...@@ -659,7 +659,7 @@ class OBargainModel extends Model
$where_["role"] = 3;//必须是反签方 $where_["role"] = 3;//必须是反签方
} }
$where_["status"] = array( "in", "10,11,13" ); $where_["status"] = array( "in", "10,11,13,20" );
if (isset($params["agent_id"])) { if (isset($params["agent_id"])) {
$where_["agent_id"] = $params["agent_id"]; $where_["agent_id"] = $params["agent_id"];
......
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