แก้รายงานสรุปจำนวนผลงานการประเมิน (test)
This commit is contained in:
parent
c57553e044
commit
ce25a2ede1
1 changed files with 2 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ export class ReoportController {
|
|||
@Get()
|
||||
async sumaryEvaluationReport(
|
||||
@Query("year") year?: string,
|
||||
@Query("rootid") rootId?: string,
|
||||
@Query("rootId") rootId?: string,
|
||||
@Query("nameOrg") nameOrg?: string,
|
||||
) {
|
||||
try {
|
||||
|
|
@ -77,6 +77,7 @@ export class ReoportController {
|
|||
year: yearInBE,
|
||||
})
|
||||
.andWhere("evaluation.orgRootId = :rootId", { rootId: rootId })
|
||||
// .andWhere("evaluation.rootDnaId = :rootId", { rootId: rootId })
|
||||
.andWhere("evaluation.step = :step", { step: "DONE" })
|
||||
.getMany();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue