add leaveTotalText ใน api แสดงรายงาน
This commit is contained in:
parent
3bd22608e4
commit
de8532edd3
1 changed files with 1 additions and 0 deletions
|
|
@ -1039,6 +1039,7 @@ namespace BMA.EHR.Leave.Service.Controllers
|
||||||
ordainDay = ordainDayCount,
|
ordainDay = ordainDayCount,
|
||||||
absentTotal = absentCount,
|
absentTotal = absentCount,
|
||||||
lateTotal = lateCount,
|
lateTotal = lateCount,
|
||||||
|
leaveTotalText = $"{sickDayCount + personalDayCount}/{sickCount + personalCount}"
|
||||||
};
|
};
|
||||||
|
|
||||||
employees.Add(emp);
|
employees.Add(emp);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue