|
@@ -67,7 +67,9 @@ public class LicenseService {
|
|
}
|
|
}
|
|
for (Org org : orgs) {
|
|
for (Org org : orgs) {
|
|
OrgInfo info = org.buildOrgInfo(fileService.getServer());
|
|
OrgInfo info = org.buildOrgInfo(fileService.getServer());
|
|
- info.setLogo(fileService.getOrgLogo(org).toBase64());
|
|
|
|
|
|
+ //info.setLogo(fileService.getOrgLogo(org).toBase64());
|
|
|
|
+ //离线授权文件不再包含logo文件内容和url
|
|
|
|
+ info.setLogo(null);
|
|
license.getOrgs().add(info);
|
|
license.getOrgs().add(info);
|
|
}
|
|
}
|
|
query.setPageNumber(query.getPageNumber() + 1);
|
|
query.setPageNumber(query.getPageNumber() + 1);
|