mirror of https://gitee.com/y_project/RuoYi.git
代码生成支持选择上级菜单
parent
b7aa9f3f42
commit
154b8d9db8
|
@ -303,7 +303,7 @@ public class VelocityUtils
|
|||
*/
|
||||
public static String getParentMenuId(JSONObject paramsObj)
|
||||
{
|
||||
if (paramsObj.containsKey(GenConstants.PARENT_MENU_ID))
|
||||
if (StringUtils.isNotEmpty(paramsObj) && paramsObj.containsKey(GenConstants.PARENT_MENU_ID))
|
||||
{
|
||||
return paramsObj.getString(GenConstants.PARENT_MENU_ID);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue