浏览代码

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

master
cyril.tsui 2 个月前
父节点
当前提交
55b5d251f4
共有 1 个文件被更改,包括 2 次插入1 次删除
  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 查看文件

@@ -2229,7 +2229,8 @@ open class ReportService(
+ " left join project p on p.code = i.projectCode" + " left join project p on p.code = i.projectCode"
+ " where i.deleted = false " + " where i.deleted = false "
+ " and p.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" + " group by p.code"
+ " )," + " ),"
+ " cte_rinvoice as (" + " cte_rinvoice as ("


正在加载...
取消
保存