This commit is contained in:
Suphonchai Phoonsawat 2026-04-28 15:42:41 +07:00
parent d8039379ad
commit 1379dab556

View file

@ -1533,17 +1533,21 @@ namespace BMA.EHR.Leave.Service.Controllers
coupleCount = coupleCount, coupleCount = coupleCount,
therapyCount = therapyCount, therapyCount = therapyCount,
// ระบบนับจำนวนครั้ง วันลาพักผ่อนด้วย ซึ่งตามระเบียบไม่ให้นับจำนวนครั้งวันลาพักผ่อนครับ จำนวนครั้งนับเฉพาะ ป่วย กับ กิจ
leaveTotal = sickCount + leaveTotal = sickCount +
maternityCount + personalCount
wifeCount +
personalCount + // leaveTotal = sickCount +
restCount + // maternityCount +
ordainCount + // wifeCount +
absentCount + // personalCount +
studyCount + // restCount +
agencyCount + // ordainCount +
coupleCount + // absentCount +
therapyCount // studyCount +
// agencyCount +
// coupleCount +
// therapyCount
}; };