|
|
@@ -588,7 +588,7 @@ public class SysSystemServiceImpl extends ServiceImpl<SysSystemMapper, SysSystem
|
|
|
if(Objects.isNull(sysSystemBusPerms)){
|
|
|
log.info("租户[{}]不存在租户功能配置,请到【平台系统】-【租户管理】-【租户权限】页面进行配置-",systemCode);
|
|
|
}
|
|
|
- AssertionUtils.isFail(Objects.isNull(sysSystemBusPerms),"该租户不存在租户功能配置");
|
|
|
+ AssertionUtils.isFail(Objects.isNull(sysSystemBusPerms),String.format("该租户[%s]不存在租户功能配置",systemCode));
|
|
|
List<SysSystemBusPermsLink> sysSystemBusPermsLinks = sysSystemBusPermsLinkMapper.selectList(new LambdaQueryWrapper<SysSystemBusPermsLink>()
|
|
|
.eq(SysSystemBusPermsLink::getPermsId, sysSystemBusPerms.getId()));
|
|
|
return new SysSystemBusPermsVo(sysSystemBusPerms,sysSystemBusPermsLinks);
|