|
|
@ -1618,10 +1618,9 @@ public class HeartService {
|
|
|
|
List<List<SupProductEntity>> splits = CustomUtil.splitList(supProductList, 100);
|
|
|
|
List<List<SupProductEntity>> splits = CustomUtil.splitList(supProductList, 100);
|
|
|
|
if (CollUtil.isNotEmpty(splits)) {
|
|
|
|
if (CollUtil.isNotEmpty(splits)) {
|
|
|
|
for (List<SupProductEntity> items : splits) {
|
|
|
|
for (List<SupProductEntity> items : splits) {
|
|
|
|
supProductDao.replaceBatch(items);
|
|
|
|
supProductDao.insertOrUpdateBatch(items);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (CollUtil.isNotEmpty(syncFiles)) {
|
|
|
|
if (CollUtil.isNotEmpty(syncFiles)) {
|
|
|
|
// fileService.download(syncFiles);
|
|
|
|
// fileService.download(syncFiles);
|
|
|
|