Merge remote-tracking branch 'origin/guoshengxiong' into guoshengxiong
This commit is contained in:
commit
07bca956f4
@ -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