Commit 49ef562f authored by clone's avatar clone

bug

parent 4f446c98
......@@ -183,6 +183,9 @@ class PerformanceService
$ids .= $item["houses_id"] . ",";
}
$ids = rtrim($ids, ",");
if(!$ids){ //代表没有案场
return null;
}
$condition["house_ids"] = $ids;
}
......
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