diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index c63fc972..53f46bff 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -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,