完成组织管理(测试用)

This commit is contained in:
MiLla 2024-07-02 15:56:36 +08:00
parent ecf466716a
commit 1e874606f3

View File

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