รายการประวัติการฝึกอบรมลูกจ้าง & ระดับชั้นงานลูกจ้าง
This commit is contained in:
parent
cd6ef27116
commit
719da25875
2 changed files with 2 additions and 2 deletions
|
|
@ -2434,7 +2434,7 @@ export class DevelopmentController extends Controller {
|
|||
? item.posLevel.posLevelName
|
||||
: null
|
||||
: item.employeePosLevel
|
||||
? item.employeePosLevel.posLevelName
|
||||
? `${item.employeePosType.posTypeShortName ?? ""} ${item.employeePosLevel.posLevelName ?? ""}`
|
||||
: null,
|
||||
posExecutive: item.posExecutive,
|
||||
org: item.org,
|
||||
|
|
|
|||
|
|
@ -505,7 +505,7 @@ export class ReportController extends Controller {
|
|||
.andWhere(body.year != 0 && body.year != null ? "development.year = :year" : "1=1", {
|
||||
year: body.year,
|
||||
})
|
||||
.andWhere(body.root != null ? "development.root = :root" : "1=1", {
|
||||
.andWhere(body.root != null ? "developmentHistory.root = :root" : "1=1", {
|
||||
root: body.root,
|
||||
})
|
||||
.andWhere("developmentHistory.type = :type", { type: "EMPLOYEE" })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue