fix issue #2515
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m53s
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m53s
This commit is contained in:
parent
3f8ae1ede9
commit
2146e0e0ca
1 changed files with 15 additions and 11 deletions
|
|
@ -1675,18 +1675,22 @@ namespace BMA.EHR.Leave.Service.Controllers
|
||||||
agencyCount = agencyCount,
|
agencyCount = agencyCount,
|
||||||
coupleCount = coupleCount,
|
coupleCount = coupleCount,
|
||||||
therapyCount = therapyCount,
|
therapyCount = therapyCount,
|
||||||
|
|
||||||
|
// ระบบนับจำนวนครั้ง วันลาพักผ่อนด้วย ซึ่งตามระเบียบไม่ให้นับจำนวนครั้งวันลาพักผ่อนครับ จำนวนครั้งนับเฉพาะ ป่วย กับ กิจ
|
||||||
|
leaveTotal = sickCount +
|
||||||
|
personalCount
|
||||||
|
|
||||||
leaveTotal = sickCount +
|
// leaveTotal = sickCount +
|
||||||
maternityCount +
|
// maternityCount +
|
||||||
wifeCount +
|
// wifeCount +
|
||||||
personalCount +
|
// personalCount +
|
||||||
restCount +
|
// restCount +
|
||||||
ordainCount +
|
// ordainCount +
|
||||||
absentCount +
|
// absentCount +
|
||||||
studyCount +
|
// studyCount +
|
||||||
agencyCount +
|
// agencyCount +
|
||||||
coupleCount +
|
// coupleCount +
|
||||||
therapyCount
|
// therapyCount
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue