Add leave subtype and couple day level country to leave approval response #2366

This commit is contained in:
Suphonchai Phoonsawat 2026-03-26 10:33:00 +07:00
parent aef81e9f4e
commit a09d5937f9

View file

@ -1285,6 +1285,8 @@ namespace BMA.EHR.Application.Repositories.Leaves.LeaveRequests
status = "approve",
reason = rawData.LeaveDetail,
leaveId = rawData.Id,
leaveSubTypeName = rawData.LeaveSubTypeName,
coupleDayLevelCountry = rawData.CoupleDayLevelCountry,
});
// var _result = await _res.Content.ReadAsStringAsync();
}