Commit 975cac03 by guojuxing

gic运营平台部门职位字段添加

parent a82c1c60
......@@ -380,7 +380,7 @@ public class MenuController {
data.put("parentId", menuDTO.getParentId());
data.put("menuVersionName", menuDTO.getMenuVersionName());
data.put("authType", menuDTO.getAuthType());
data.put("authTypeJson", menuDTO.getMenuAuthDepartList());
data.put("authDepartJson", menuDTO.getMenuAuthDepartList());
if (menuDTO.getLevel().intValue() == MenuLevelConstants.FIRST_LEVEL) {
data.put("seq", j + 1);
......@@ -456,7 +456,7 @@ public class MenuController {
//是否有权限项
data.put("hasAuthItem", authItemMap.contains(menuDTO.getMenuId().toString()));
data.put("authType", menuDTO.getAuthType());
data.put("authTypeJson", menuDTO.getMenuAuthDepartList());
data.put("authDepartJson", menuDTO.getMenuAuthDepartList());
result.add(data);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment