安全履职规则改动

This commit is contained in:
pengjie 2024-05-23 18:30:51 +08:00
parent a0acb5fcab
commit 0add868d3c

View File

@ -353,7 +353,7 @@ public class WorkerTask {
if (value.equals("0")) {
number ++ ;
}
if (number >= dayNum) {
if (number > dayNum) {
personSn.add(workerMonthAttendanceStatistics.getPersonSn());
break;
}
@ -373,7 +373,7 @@ public class WorkerTask {
if (value.equals("2")) {
number ++ ;
}
if (number >= dayNum) {
if (number > dayNum) {
personSn.add(workerMonthAttendanceStatistics.getPersonSn());
break;
}