处理sqlserver 2100 个参数
This commit is contained in:
parent
b26663889d
commit
ea07fe1a59
|
|
@ -435,7 +435,7 @@ public class SalaryAcctEmployeeServiceImpl extends Service implements SalaryAcct
|
|||
if (CollectionUtils.isEmpty(salaryAcctEmployeePOS)) {
|
||||
return;
|
||||
}
|
||||
List<List<SalaryAcctEmployeePO>> partition = Lists.partition((List) salaryAcctEmployeePOS, 100);
|
||||
List<List<SalaryAcctEmployeePO>> partition = Lists.partition((List) salaryAcctEmployeePOS, 50);
|
||||
partition.forEach(getSalaryAcctEmployeeMapper()::batchInsert);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue