Просмотр исходного кода

[Revert changes] Revert changes of 10/10 (FinancialStatus)

master
cyril.tsui 1 месяц назад
Родитель
Сommit
5bbb441237
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/main/java/com/ffii/tsms/modules/report/service/ReportService.kt

+ 1
- 1
src/main/java/com/ffii/tsms/modules/report/service/ReportService.kt Просмотреть файл

@@ -2229,7 +2229,7 @@ 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 >= :startMonth" // Revert to initial
+ " and i.invoiceDate <= :endMonth "
+ " group by p.code"
+ " ),"


Загрузка…
Отмена
Сохранить