|
@@ -107,16 +107,16 @@ public class ZhcxMdfFormServiceImpl extends ServiceImpl<ZhcxMdfFormDao, ZhcxMdfF
|
|
|
}
|
|
|
}
|
|
|
if (zhcxMdfFormDoList.size() > 0) {
|
|
|
- zhcxMdfFormService.saveOrUpdateBatch(zhcxMdfFormDoList);
|
|
|
+ zhcxMdfFormService.saveBatch(zhcxMdfFormDoList);
|
|
|
}
|
|
|
if (zhcxMdfSectionDoList.size() > 0) {
|
|
|
- zhcxMdfSectionService.saveOrUpdateBatch(zhcxMdfSectionDoList);
|
|
|
+ zhcxMdfSectionService.saveBatch(zhcxMdfSectionDoList);
|
|
|
}
|
|
|
if (zhcxMdfRowDoList.size() > 0) {
|
|
|
- zhcxMdfRowService.saveOrUpdateBatch(zhcxMdfRowDoList);
|
|
|
+ zhcxMdfRowService.saveBatch(zhcxMdfRowDoList);
|
|
|
}
|
|
|
if (zhcxMdfFileDoList.size() > 0) {
|
|
|
- zhcxMdfFileService.saveOrUpdateBatch(zhcxMdfFileDoList);
|
|
|
+ zhcxMdfFileService.saveBatch(zhcxMdfFileDoList);
|
|
|
}
|
|
|
}
|
|
|
}
|