fix นับการลงเวลานอกสถานที่ [อื่นๆ] #2524
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m59s

This commit is contained in:
Suphonchai Phoonsawat 2026-06-05 11:01:06 +07:00
parent e17895de81
commit db3d531aa9

View file

@ -2648,8 +2648,9 @@ namespace BMA.EHR.Leave.Service.Controllers
outOfficeTotal += 1;
else if (timeStamps.CheckInLocationName.Contains("ปฏิบัติงานในจุดบริการด่วนมหานคร"))
oneStopSrvrTotal += 1;
else if (timeStamps.CheckInLocationName.Contains("อื่นๆ"))
otherTotal += 1;
else otherTotal += 1;
// else if (timeStamps.CheckInLocationName.Contains("อื่นๆ"))
// otherTotal += 1;
}
}