|
@ -90,7 +90,11 @@ public class AppIndexRest implements AppIndexFeign { |
|
|
// 子应用列表
|
|
|
// 子应用列表
|
|
|
String linkSid = LINKSID; |
|
|
String linkSid = LINKSID; |
|
|
String path = fileUploadComponent.getUrlPrefix(); |
|
|
String path = fileUploadComponent.getUrlPrefix(); |
|
|
List<AppSubsetVersionVo> subsetVersionVoList = appSubsetVersionService.selectVersionList(linkSid, path); |
|
|
//查询用户的权限
|
|
|
|
|
|
//查询该用户是否有权限
|
|
|
|
|
|
List<String> stringList = sysMobileMenuRoleService.selectAppSidList(userSid); |
|
|
|
|
|
// List<AppSubsetVersionVo> subsetVersionVoList = appSubsetVersionService.selectVersionList(linkSid, path);
|
|
|
|
|
|
List<AppSubsetVersionVo> subsetVersionVoList = appSubsetVersionService.selectVersionListOne(linkSid, path,stringList); |
|
|
subsetVersionVoList.stream().forEach(item -> { |
|
|
subsetVersionVoList.stream().forEach(item -> { |
|
|
/*if ("98ff0724-5df4-4fc7-ab6d-3996e7706acd".equals(item.getAppSid())) { |
|
|
/*if ("98ff0724-5df4-4fc7-ab6d-3996e7706acd".equals(item.getAppSid())) { |
|
|
//供应链
|
|
|
//供应链
|
|
|