diff --git a/app/Domains/Stats/Exports/CompanyReportDetailExport.php b/app/Domains/Stats/Exports/CompanyReportDetailExport.php index 6a2b4871..30c9b2ff 100644 --- a/app/Domains/Stats/Exports/CompanyReportDetailExport.php +++ b/app/Domains/Stats/Exports/CompanyReportDetailExport.php @@ -45,7 +45,7 @@ class CompanyReportDetailExport extends AbstractExport implements FromQuery, Wit 'unit_price' ]; - $builder = $repository->forceNoReset()->select($select) + $builder = $repository->forceNoReset()->skipCache()->select($select) ->withConditions($this->conditions)->applyConditions() ->groupBy('company_id', 'package_id', 'type', 'unit_price', 'sim') ->orderBy('sim');