Commit f150ca3a authored by zhuwei's avatar zhuwei

成交报告排除20状态

parent f6a098f4
...@@ -1513,7 +1513,7 @@ class OBargainModel extends Model ...@@ -1513,7 +1513,7 @@ class OBargainModel extends Model
if (isset($params["create_time"])) { if (isset($params["create_time"])) {
$where_["a.create_time"] = $params["create_time"]; $where_["a.create_time"] = $params["create_time"];
} }
$where_["a.status"] = array( "in", "10,11,13,20" ); $where_["a.status"] = array( "in", "10,11,13" );
if($request_source_type && $request_source_type == 1){ if($request_source_type && $request_source_type == 1){
//pc后台业绩 成交单数 需要调用 //pc后台业绩 成交单数 需要调用
......
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