Pārlūkot izejas kodu

[May Revert] Fix Thomas Email on 10/10/2025

master
cyril.tsui pirms 2 mēnešiem
vecāks
revīzija
55b5d251f4
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. +2
    -1
      src/main/java/com/ffii/tsms/modules/report/service/ReportService.kt

+ 2
- 1
src/main/java/com/ffii/tsms/modules/report/service/ReportService.kt Parādīt failu

@@ -2229,7 +2229,8 @@ open class ReportService(
+ " left join project p on p.code = i.projectCode"
+ " where i.deleted = false "
+ " and p.deleted = false "
+ " and i.invoiceDate >= :startMonth and i.invoiceDate <= :endMonth "
// + " and i.invoiceDate >= :startMonth"
+ " and i.invoiceDate <= :endMonth "
+ " group by p.code"
+ " ),"
+ " cte_rinvoice as ("


Notiek ielāde…
Atcelt
Saglabāt