|
|
|
@ -400,7 +400,7 @@ class ParkingSpaceService extends BaseService |
|
|
|
if (!$end_times) { |
|
|
|
throw new CustomException(__validation('parking_repair_list.e_empty')); |
|
|
|
} |
|
|
|
if ($start_times > $end_times) { |
|
|
|
if ($start_times >= $end_times) { |
|
|
|
throw new CustomException(__validation('parking_repair_list.date_error')); |
|
|
|
} |
|
|
|
$start_time = get_datetime('datetime', $start_times); |
|
|
|
|