소스 검색

update active project total

pull/3/head
MSI\derek 6 달 전
부모
커밋
a6b14eb86f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/main/java/com/ffii/tsms/modules/data/service/DashboardService.kt

+ 1
- 1
src/main/java/com/ffii/tsms/modules/data/service/DashboardService.kt 파일 보기

@@ -4007,7 +4007,7 @@ open class DashboardService(
+ " where p.status = 'On-going' "
+ " and p.deleted = false "
+ (if (args.containsKey("teamId")) "and s.teamId = :teamId" else "")
+ (if (args.containsKey("endDate")) " and coalesce(p.planStart, p.actualStart) <= :endDate" else "")
+ (if (args.containsKey("endDate")) " and coalesce(p.actualStart, p.planStart) <= :endDate" else "")
+ " order by p.code "
+ " ) result ")
println(sql)


불러오는 중...
취소
저장