映射表保存,链路绑定设备代码优化

This commit is contained in:
huguanghan 2025-01-17 15:45:51 +08:00
parent b1a5b68c98
commit dfc92fbfc1

View File

@ -468,7 +468,7 @@ public class SysNodeServiceImpl implements SysNodeService {
}
if (!CollectionUtils.isEmpty(list)) {
ListUtil.page(list,COMMIT_COUNT, item -> {
sysImptabmappingMapper.insertOrUpdateBatch(item);
sysImptabmappingMapper.updateBatchById(item);
});
}
}