mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-26 16:04:05 +00:00
Admin Workflow - Admin UI to search and export data
This commit is contained in:
+1
-1
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user