REQ-3581: 合同终状始终下载合同
This commit is contained in:
parent
11f6037943
commit
7ecd198a55
@ -98,7 +98,7 @@ public class OrgManager {
|
||||
return superAdmin;
|
||||
}
|
||||
|
||||
Optional<EssPerson> findSuperAdmin(Long ouId) {
|
||||
private Optional<EssPerson> findSuperAdmin(Long ouId) {
|
||||
EssOrg org = findOrgOrNull(ouId);
|
||||
if (org == null)
|
||||
return Optional.empty();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user