แก้ชื่อตพแหน่ง
This commit is contained in:
parent
9af97134f4
commit
a32c12460a
2 changed files with 4 additions and 4 deletions
|
|
@ -422,8 +422,8 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
|
||||
|
||||
leaveRequest.LeaveTypeCode = leaveType.Code;
|
||||
leaveRequest.Dear = req.Commander ?? "";
|
||||
leaveRequest.CommanderPosition = req.CommanderPositionName ?? "";
|
||||
leaveRequest.Dear = req.Dear ?? "";
|
||||
leaveRequest.CommanderPosition = req.CommanderPosition ?? "";
|
||||
|
||||
// เพิ่มตำแหน่ง
|
||||
//leaveRequest.CommanderPosition = req.CommanderPosition ?? "";
|
||||
|
|
|
|||
|
|
@ -103,9 +103,9 @@ namespace BMA.EHR.Leave.Service.DTOs.LeaveRequest
|
|||
|
||||
public string? CoupleDaySumTotalHistory { get; set; }
|
||||
|
||||
public string? Commander { get; set; }
|
||||
public string? Dear { get; set; }
|
||||
|
||||
public string? CommanderPositionName { get; set; }
|
||||
public string? CommanderPosition { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue