แก้ก่ีนับ ปฏิบัติงาน นอกสถานที่

This commit is contained in:
Suphonchai Phoonsawat 2024-01-25 10:10:50 +07:00
parent 491ee1a302
commit 96fdea3b35

View file

@ -1247,7 +1247,7 @@ namespace BMA.EHR.Leave.Service.Controllers
if (timeStamps != null)
{
workTotal += 1;
if (timeStamps.IsLocationCheckIn)
if (!timeStamps.IsLocationCheckIn)
wfhTotal += 1;
}