%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ page import="com.pms.common.utils.*"%> <%@ page import="java.util.*" %> <%@include file= "/init.jsp" %> <% HashMap groupInfoMap = new HashMap(); groupInfoMap = (HashMap)request.getAttribute("groupInfo"); if(null == groupInfoMap){ groupInfoMap = new HashMap(); } String authGroupObjid = CommonUtils.checkNull(groupInfoMap.get("OBJID")); if("".equals(authGroupObjid)){ authGroupObjid = CommonUtils.checkNull(request.getParameter("authGroupObjid")); } %>