defualt คำสั่งแนวนอน

This commit is contained in:
Kittapath 2023-10-09 18:36:44 +07:00
parent fba3e52d8c
commit d9c792c78a

View file

@ -6705,8 +6705,8 @@ namespace BMA.EHR.Application.Repositories.Commands
SalaryAmount = placementProfile.Amount != null && placementProfile.Amount != 0 ? placementProfile.Amount.Value : SalaryAmount,
PositionSalaryAmount = placementProfile.PositionSalaryAmount != null && placementProfile.PositionSalaryAmount != 0 ? placementProfile.PositionSalaryAmount.Value : PositionSalaryAmount,
MonthSalaryAmount = placementProfile.MouthSalaryAmount != null && placementProfile.MouthSalaryAmount != 0 ? placementProfile.MouthSalaryAmount.Value : MonthSalaryAmount,
RemarkVertical = placementProfile.RemarkVertical == null ? "โดยมีเงื่อนไขว่าต้องปฏิบัติงานให้กรุงเทพมหานครเป็นระยะเวลาไม่น้อยกว่า ๕ ปี นับแต่วันที่ได้รับการบรรจุและแต่งตั้ง โดยห้ามโอนไปหน่วยงานหรือส่วนราชการอื่น เว้นเเต่ลาออกจากราชการ" : placementProfile.RemarkVertical,
RemarkHorizontal = placementProfile.RemarkHorizontal,
RemarkVertical = placementProfile.RemarkVertical,
};
}