|
|
@ -60,7 +60,7 @@ public class BaseReportServiceImpl implements BaseReportService { |
|
|
|
} |
|
|
|
if (!CollectionUtils.isEmpty(formDTO.getDataList())) { |
|
|
|
ListUtils.partition(formDTO.getDataList(),NumConstant.ONE_HUNDRED) |
|
|
|
.forEach(part->baseReportDao.insertBatchAgencyRegUser(part); |
|
|
|
.forEach(part->baseReportDao.insertBatchAgencyRegUser(part)); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|