安全履职规则改动
This commit is contained in:
parent
a0acb5fcab
commit
0add868d3c
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user