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 + // ระบบนับจำนวนครั้ง วันลาพักผ่อนด้วย ซึ่งตามระเบียบไม่ให้นับจำนวนครั้งวันลาพักผ่อนครับ จำนวนครั้งนับเฉพาะ ป่วย กับ กิจ
maternityCount + leaveTotal = sickCount +
wifeCount + personalCount
personalCount +
restCount + // leaveTotal = sickCount +
ordainCount + // maternityCount +
absentCount + // wifeCount +
studyCount + // personalCount +
agencyCount + // restCount +
coupleCount + // ordainCount +
therapyCount // absentCount +
// studyCount +
// agencyCount +
// coupleCount +
// therapyCount
}; };