REQ-3581: 合同终状始终下载合同

This commit is contained in:
yanglin 2025-03-03 15:58:41 +08:00
parent 11f6037943
commit 7ecd198a55

View File

@ -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();