test
This commit is contained in:
parent
1f2b79cff0
commit
941c252832
1 changed files with 2 additions and 2 deletions
|
|
@ -76,9 +76,9 @@ export class kpiEvaluationController extends Controller {
|
||||||
@Query("pageSize") pageSize: number = 10,
|
@Query("pageSize") pageSize: number = 10,
|
||||||
@Query("keyword") keyword?: string,
|
@Query("keyword") keyword?: string,
|
||||||
) {
|
) {
|
||||||
// let _data = await new permission().PermissionList(request, "SYS_EVA_COMPETENCY");
|
let _data = await new permission().PermissionList(request, "SYS_EVA_COMPETENCY");
|
||||||
let whereClause: any = {};
|
let whereClause: any = {};
|
||||||
|
console.log("CODE8");
|
||||||
if (keyword !== undefined && keyword !== "") {
|
if (keyword !== undefined && keyword !== "") {
|
||||||
whereClause = {
|
whereClause = {
|
||||||
where: [{ description: Like(`%${keyword}%`) }],
|
where: [{ description: Like(`%${keyword}%`) }],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue