@@ -106,6 +106,8 @@ class OrderService extends BaseService
}
if ($end && $start < $end) {
$query->where('create_time', '<=', strtotime($end));
+ }else if ($end && $start == $end) {
+ $query->where('create_time', '<', strtotime($end)+86400);