Change between to entry time for vehicle entry
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 17s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 19s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 16s
Laravel Pint / pint (pull_request) Successful in 1m57s
Laravel Larastan / larastan (pull_request) Failing after 3m19s

This commit is contained in:
dhanabalan
2026-07-28 16:22:11 +05:30
parent fee05e2388
commit fe7e5301c0

View File

@@ -68,7 +68,7 @@ class SendVehicleReport extends Command
'type',
])
->where('plant_id', $plant->id)
->whereBetween('created_at', [$startDate, $endDate])
->whereBetween('entry_time', [$startDate, $endDate])
->get();
if ($vehicleEntries->isEmpty()) {