@@ -31,7 +31,7 @@ class Customer extends Backend
} catch (\Exception $e) {
}
- $postTime = input('startTime','');
+ $postTime = $this->rangeTime('startTime');
$where = [];
$map = [];
if($postTime){