personal/pjq/organization #3

Open
Milla wants to merge 9 commits from personal/pjq/organization into merge/mergeOrganization2main
Showing only changes of commit 1e874606f3 - Show all commits

View File

@ -74,4 +74,6 @@ public class OrganizationController {
public Organization getById(@RequestBody Map<String, String> credentials) { public Organization getById(@RequestBody Map<String, String> credentials) {
return organizationService.getById(Long.valueOf(credentials.get("organizationId"))); return organizationService.getById(Long.valueOf(credentials.get("organizationId")));
} }
//ublic
} }