Commit 496e054c authored by zw's avatar zw

bug

parent cb66cc99
...@@ -651,8 +651,8 @@ class Shop extends Basic ...@@ -651,8 +651,8 @@ class Shop extends Basic
} }
//根据经纪人id和楼盘查询是否30天有报备 //根据经纪人id和楼盘查询是否30天有报备
$end_time = date("Y-m-d",strtotime('-30day')); $start_time = date("Y-m-d",strtotime('-30day'));
$start_time =date("Y-m-d H:i:s",time()); $end_time =date("Y-m-d H:i:s",time());
$reportModel = new OReportModel(); $reportModel = new OReportModel();
$params["report_agent_id"] = $this->agentId; $params["report_agent_id"] = $this->agentId;
$params["house_id"] = $house_id; $params["house_id"] = $house_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