Commit d23c7620 authored by clone's avatar clone

bug

parent cbc11147
...@@ -556,7 +556,7 @@ class PerformanceService ...@@ -556,7 +556,7 @@ class PerformanceService
{ {
$params = $this->getAgentId($agent_id, 2, $start_time, $end_time); $params = $this->getAgentId($agent_id, 2, $start_time, $end_time);
dump($params); //dump($params);
if (!$params) if (!$params)
return [ "code" => 101, "date" => "传入的参数错误" ]; return [ "code" => 101, "date" => "传入的参数错误" ];
$field = "a.id,c.user_name,c.user_phone,c.predict_see_time,b.house_title"; $field = "a.id,c.user_name,c.user_phone,c.predict_see_time,b.house_title";
......
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