fix ระบบทะเบียนประวัติผู้พ้นจากราชการ ลูกจ้างประจำฯ >>เลือกเหตุผลการพ้นจากราชการ ระบแสดง Error #1405
This commit is contained in:
parent
afc8bbf26a
commit
31b8116a6f
1 changed files with 1 additions and 1 deletions
|
|
@ -1907,7 +1907,7 @@ export class ProfileEmployeeController extends Controller {
|
||||||
: "1=1",
|
: "1=1",
|
||||||
)
|
)
|
||||||
.andWhere(
|
.andWhere(
|
||||||
retireType != undefined && retireType != null ? `profile.leaveType = :retireType` : "1=1",
|
retireType != undefined && retireType != null ? `profileEmployee.leaveType = :retireType` : "1=1",
|
||||||
{ retireType: retireType },
|
{ retireType: retireType },
|
||||||
)
|
)
|
||||||
.andWhere("profileEmployee.employeeClass LIKE :type", {
|
.andWhere("profileEmployee.employeeClass LIKE :type", {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue