@@ -56,7 +56,7 @@ class Overview extends Backend
'total'=>$list->total(),
]);
}
- $postTime = input('startTime','');
+ list($postTime) = $this->rangeTime('startTime');
$where = [];
$map = [];
if($postTime){