no message
This commit is contained in:
parent
362af24ee0
commit
57592d36ff
5 changed files with 17 additions and 17 deletions
|
|
@ -332,7 +332,7 @@ export class KpiUserEvaluationController extends Controller {
|
|||
evaluating?: boolean | null;
|
||||
},
|
||||
) {
|
||||
// await new permission().PermissionList(request, "SYS_KPI_LIST");//USER
|
||||
await new permission().PermissionList(request, "SYS_KPI_LIST");
|
||||
let conditionFullName =
|
||||
"CONCAT(kpiUserEvaluation.prefix, kpiUserEvaluation.firstName, ' ', kpiUserEvaluation.lastName) LIKE :keyword";
|
||||
const [kpiUserEvaluation, total] = await AppDataSource.getRepository(KpiUserEvaluation)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue