Skip to content

Commit 0bc2647

Browse files
committed
修复 p_id 为空bug
1 parent f0ad509 commit 0bc2647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Api/src/main/java/com/java110/api/listener/configMenu/BindingConfigMenuListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ protected void doSoService(ServiceDataFlowEvent event, DataFlowContext context,
8484

8585
if (!hasKey(addMenuView, "mId")) {
8686
addMenuView.put("gId",viewMenuGroupInfo.getString("gId"));
87-
addMenuView.put("pId",viewMenuGroupInfo.getString("pId"));
87+
addMenuView.put("pId",addPrivilegeView.getString("pId"));
8888
saveMenu(addMenuView, context);
8989
}
9090

0 commit comments

Comments
 (0)