资产授权

master
冷调 2024-09-02 16:11:31 +08:00
parent 136bc0d3d7
commit 87a53df451
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ public class AssetAuthorizationServiceImpl extends ServiceImpl<AssetAuthorizatio
@Override
public List<Long> findUserIdList(AssetAuthorizationRep assetAuthorizationReq) {
QueryWrapper<SysUser> queryWrapper = new QueryWrapper<>();
queryWrapper.select("user_id");
Long tableId = assetAuthorizationReq.getTableId();
Long basicId = assetAuthorizationReq.getBasicId();
if (tableId != null) {