Commit 22f43204 by 丁伟峰

fix: 拼写错误

1 parent 5386447c
...@@ -157,7 +157,7 @@ public class OrganizationServiceImpl implements OrganizationService { ...@@ -157,7 +157,7 @@ public class OrganizationServiceImpl implements OrganizationService {
private OrganizationTreeRespDTO.Cluster clusterEntity2Dto(OrgClusterEntity orgClusterEntity) { private OrganizationTreeRespDTO.Cluster clusterEntity2Dto(OrgClusterEntity orgClusterEntity) {
return new OrganizationTreeRespDTO.Cluster() return new OrganizationTreeRespDTO.Cluster()
.setType("custer") .setType("cluster")
.setId(orgClusterEntity.getClusterId()) .setId(orgClusterEntity.getClusterId())
.setTitle(orgClusterEntity.getName()); .setTitle(orgClusterEntity.getName());
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!