浏览代码

update

tags/Baseline_30082024_BACKEND_UAT
MSI\derek 1年前
父节点
当前提交
f9effc4346
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/main/java/com/ffii/tsms/modules/report/service/ReportService.kt

+ 2
- 2
src/main/java/com/ffii/tsms/modules/report/service/ReportService.kt 查看文件

@@ -1812,8 +1812,8 @@ open class ReportService(
+ " p.code, "
+ " p.name, "
+ " t.code as team, "
+ " c.code as client, "
+ " COALESCE(ss.code, 'N/A') as subsidiary, "
+ " concat(c.code, ' = ', c.name) as client, "
+ " COALESCE(concat(ss.code, ' - ', ss.name), 'N/A') as subsidiary, "
+ " p.expectedTotalFee * 0.8 as plannedBudget, "
+ " COALESCE(tns.totalBudget, 0) as actualConsumedBudget, "
+ " COALESCE(p.totalManhour, 0) as plannedManhour, "


正在加载...
取消
保存