Admin Workflow - Admin UI to search and export data

This commit is contained in:
Dillon Ngo
2025-01-10 06:42:28 +08:00
parent 494e5b5d24
commit c782122d4b
@@ -63,7 +63,7 @@ class FetchAdminWFPendingApprovalPOLogic extends AbstractControllerLogic
$query->where('key', 'approve_po_admin_workflow_processed')
->orWhere(function ($query) {
$query->where('key', 'approve_po_admin_workflow_processing')
->where('updated_at', '>', Carbon::now()->subHour());
->where('updated_at', '>', Carbon::now()->subMinutes(30));
});
})
->pluck('owner_id')