Commit b52fe8bb authored by hujun's avatar hujun

业绩统计-成交报告待撤销去除业绩统计

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