แก้ค้นหาลูกจ้าง
This commit is contained in:
parent
9c3451d1dc
commit
35d3d1381a
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ export class ProfileEmployeeController extends Controller {
|
|||
)
|
||||
.andWhere(
|
||||
new Brackets((qb) => {
|
||||
qb.where("profile.id NOT IN (:...ids)", {
|
||||
qb.where("profileEmployee.id NOT IN (:...ids)", {
|
||||
ids: orgRevision.posMasters
|
||||
.filter((x) => x.next_holderId != null)
|
||||
.map((x) => x.next_holderId),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue