|
@@ -74,7 +74,7 @@ public class ProjectMTreeBuilder extends CommonTreeBuilder {
|
|
|
public Object getRootNode(Context ctx, Map<String, String> params) throws EASBizException, BOSException {
|
|
|
Map<String, Object> root = new HashMap();
|
|
|
root.put("id", "rootId");
|
|
|
- root.put("name", "项目管理");
|
|
|
+ root.put("name", "\u9879\u76ee\u7ba1\u7406");
|
|
|
root.put("longNumber", "");
|
|
|
root.put("number", "rootId");
|
|
|
root.put("isLeaf", false);
|