fix issue : 1113
This commit is contained in:
parent
ddb541c819
commit
3cad108cef
8 changed files with 1328 additions and 25 deletions
|
|
@ -518,10 +518,10 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
coupleDayPosition = data.CoupleDayPosition,
|
||||
coupleDayOrganizationName = "-",
|
||||
coupleDayLevelCountry = data.CoupleDayLevelCountry,
|
||||
coupleDayCountryHistory = data.CoupleDayCountryHistory,
|
||||
coupleDayTotalHistory = data.CoupleDayTotalHistory,
|
||||
coupleDayStartDateHistory = data.CoupleDayStartDateHistory.Date.ToThaiShortDate(),
|
||||
coupleDayEndDateHistory = data.CoupleDayEndDateHistory.Date.ToThaiShortDate(),
|
||||
coupleDayCountryHistory = data.CoupleDayCountryHistory ?? "",
|
||||
coupleDayTotalHistory = data.CoupleDayTotalHistory ?? "",
|
||||
coupleDayStartDateHistory = data.CoupleDayStartDateHistory == null ? "" : data.CoupleDayStartDateHistory.Value.Date.ToThaiShortDate(),
|
||||
coupleDayEndDateHistory = data.CoupleDayEndDateHistory == null ? "" : data.CoupleDayEndDateHistory.Value.Date.ToThaiShortDate(),
|
||||
coupleDaySumTotalHistory = data.CoupleDaySumTotalHistory,
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue