根据用户查询权限 新增参数ID
This commit is contained in:
parent
b66af21f98
commit
65d4798738
@ -11,6 +11,7 @@ public class MenuParamView {
|
||||
private String menuPath;
|
||||
private String subsystem;
|
||||
private String parameterName;
|
||||
private String parameterId;
|
||||
private String parameterPer;
|
||||
|
||||
}
|
||||
|
||||
@ -179,6 +179,7 @@ public class ModelRoleServiceImpl implements ModelRoleService {
|
||||
menuParamView.setMenuPath(modelMenuDictionaryPojo.getMenuDesc());
|
||||
menuParamView.setSubsystem(menuParameter.getSubsystem());
|
||||
menuParamView.setParameterName(parameter.getParameterName());
|
||||
menuParamView.setParameterId(parameterId);
|
||||
menuParamView.setParameterPer(byCode.getDesc());
|
||||
menuParamViews.add(menuParamView);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user