Commit b4bbaab8 authored by clone's avatar clone

bug

parent cfead1a5
...@@ -124,11 +124,11 @@ class Performance extends Basic ...@@ -124,11 +124,11 @@ class Performance extends Basic
header('Access-Control-Allow-Origin:*'); header('Access-Control-Allow-Origin:*');
$params = $this->params; $params = $this->params;
/* $params = array( /* $params = array(
"agent_id" => 5741, "agent_id" => 5740,
"start_time" => "2018-08-08", "start_time" => "2018-08-08",
"end_time" => "2018-08-08", "end_time" => "2018-08-08",
"is_case" => 1,//1经纪人 2案场 "is_case" => 2,//1经纪人 2案场
"house_id" => 0, "house_id" => 7311,
"type" => 4 // 1带看 2进场 3收款 4成交报告 "type" => 4 // 1带看 2进场 3收款 4成交报告
);*/ );*/
if (!isset($params["agent_id"]) || !isset($params["start_time"]) || !isset($params["end_time"]) || !isset($params["type"])) { if (!isset($params["agent_id"]) || !isset($params["start_time"]) || !isset($params["end_time"]) || !isset($params["type"])) {
......
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