Commit 1000c543 by 丁伟峰

Merge branch 'feat-dingwf-mvp616' into develop

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