fix script retire and fix bug filter registry retire
This commit is contained in:
parent
c89d1bb6cc
commit
53e6d6fb48
2 changed files with 41 additions and 54 deletions
|
|
@ -571,10 +571,7 @@ export class ProfileLeaveService {
|
|||
}
|
||||
|
||||
if (posLevel) {
|
||||
queryBuilder.andWhere(
|
||||
"CONCAT(posType.posTypeShortName, ' ', posLevel.posLevelName) LIKE :keyword2",
|
||||
{ keyword2: `${posLevel}` },
|
||||
);
|
||||
queryBuilder.andWhere("posLevel.posLevelName LIKE :keyword2", { keyword2: `${posLevel}` });
|
||||
}
|
||||
|
||||
if (isProbation !== undefined && isProbation !== null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue