fix issue #2515
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m53s

This commit is contained in:
Suphonchai Phoonsawat 2026-05-21 15:49:51 +07:00
parent 3f8ae1ede9
commit 2146e0e0ca

View file

@ -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
}; };