forked from RyanGoodwill/backend
完成组织管理(测试用)
This commit is contained in:
parent
ecf466716a
commit
1e874606f3
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user