diff --git a/app/Services/Cartables/Mission/ReportService.php b/app/Services/Cartables/Mission/ReportService.php index 2d454b76..ec070159 100644 --- a/app/Services/Cartables/Mission/ReportService.php +++ b/app/Services/Cartables/Mission/ReportService.php @@ -116,6 +116,10 @@ class ReportService AND m.created_at <= :to_m WHERE c.province_id = :province_id + AND ( + c.type_id = 1 + OR c.name_fa IN ('اداره ماشین آلات', 'اداره نقلیه') + ) GROUP BY c.id, c.name_fa )