fix นับการลงเวลานอกสถานที่ [อื่นๆ] #2524
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m59s
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m59s
This commit is contained in:
parent
e17895de81
commit
db3d531aa9
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue