09040959:修改同步资产结构的逻辑

master
冷调 2024-09-04 09:59:42 +08:00
parent c794ff02df
commit 1b175e35a8
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ public class DataSourceServiceImpl extends ServiceImpl<DataSourceMapper, DataSou
}});
assetAuthorizationService.remove(new LambdaQueryWrapper<>(){{
eq(AssetAuthorization::getTableId, tableInfoServiceOne.getId())
.or()
.eq(AssetAuthorization::getBasicId, etlDataScore.getId());
}});
}