แก้ search posLevel emp
This commit is contained in:
parent
40c6cc32a7
commit
507c841362
2 changed files with 5 additions and 1 deletions
|
|
@ -1500,7 +1500,7 @@ export class ProfileEmployeeController extends Controller {
|
|||
)
|
||||
.andWhere(
|
||||
posLevel != undefined && posLevel != null && posLevel != ""
|
||||
? "posLevel.posLevelName LIKE :keyword2"
|
||||
? `CONCAT(posType.posTypeShortName,' ',posLevel.posLevelName) LIKE :keyword2`
|
||||
: "1=1",
|
||||
{
|
||||
keyword2: `${posLevel}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue