Fix [Bug] รายการคนที่ใช้ในระบบทดลองงาน เลขที่ตำแหน่งส่งมาผิด #138
This commit is contained in:
parent
53a120807e
commit
d9a92eda9d
1 changed files with 1 additions and 1 deletions
|
|
@ -9176,7 +9176,7 @@ export class ProfileController extends Controller {
|
|||
: item.profileSalary.sort((a, b) => b.order - a.order)[0].commandNo,
|
||||
posLevelName: item.posLevel == null ? null : item.posLevel.posLevelName,
|
||||
posTypeName: item.posType == null ? null : item.posType.posTypeName,
|
||||
posNo: posMaster == null ? null : `${shortName} ${posMaster.posMasterNo}`,
|
||||
posNo: shortName == null ? null : shortName,
|
||||
positionField: position == null ? null : position.positionField,
|
||||
positionArea: position == null ? null : position.positionArea,
|
||||
posExecutiveName: posExecutive,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue