develop #7

Merged
amirghasempoor merged 87 commits from develop into main 2026-05-23 07:38:16 +00:00
Showing only changes of commit 8775fb13c7 - Show all commits

View File

@@ -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
)