Merge branch 'develop' of github.com:Frappet/bma-ehr-kpi into develop
This commit is contained in:
commit
e29c7c127f
5 changed files with 312 additions and 171 deletions
|
|
@ -274,9 +274,6 @@ export class kpiPlanController extends Controller {
|
|||
round: `${round?.trim().toUpperCase()}`,
|
||||
},
|
||||
)
|
||||
.andWhere(keyword != undefined ? "kpiPlan.projectName LIKE :keyword" : "1=1", {
|
||||
keyword: `%${keyword}%`,
|
||||
})
|
||||
.select([
|
||||
"kpiPlan.id",
|
||||
"kpiPlan.year",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue