|
@@ -1088,6 +1088,7 @@ public class MappingConfigFacade extends MappingConfigServiceImpl {
|
|
|
idListVO.setIds(deleteIds);
|
|
|
deleteRecords(idListVO);
|
|
|
List<MappingConfig> saveList = BeanUtil.listCopyTo(tempList, MappingConfig.class);
|
|
|
+ saveList = saveList.stream().distinct().collect(Collectors.toList());
|
|
|
mappingConfigService.saveOrUpdateBatch(saveList);
|
|
|
}
|
|
|
return true;
|