瀏覽代碼

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

master
cyril.tsui 1 月之前
父節點
當前提交
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"
+ " ),"


Loading…
取消
儲存