Commit 10f20785 authored by zw's avatar zw

独家

parent 037b0282
...@@ -238,7 +238,7 @@ class PerformanceService ...@@ -238,7 +238,7 @@ class PerformanceService
} }
$params["house_ids"] = $ids; $params["house_ids"] = $ids;
} }
$condition['create_time'] = array( 'between', array( $start_time . " 00:00:00", $end_time . " 23:59:59" ) ); $params['create_time'] = array( 'between', array( $start_time . " 00:00:00", $end_time . " 23:59:59" ) );
break; break;
} }
......
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