考勤引用数据范围100

This commit is contained in:
钱涛 2025-11-12 14:57:46 +08:00
parent 44b5113ae9
commit 20bd294397
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ public class AttendQuoteDataServiceImpl extends Service implements AttendQuoteDa
List<Map<String, Object>> attendQuoteSyncData = new ArrayList<>();
Attend4Salary attend4Salary = new Attend4Salary();
try {
int partSize = 500;
int partSize = 100;
List<List<Long>> partition = Lists.partition(employeeIds, partSize);
for (List<Long> part : partition) {
attend4Salary.setBeginDate(attendCycleRange.getFromDate());