1 IPermission iPer = PermissionFactory.getRemoteInstance(); 2 UserInfo user = SysContext.getSysContext().getCurrentUserInfo(); 3 FullOrgUnitInfo org = getBgFormInfo().getOrgUnit(); 4 boolean isShowLock = iPer.hasFunctionPermission(new ObjectUuidPK(user.getId()), new ObjectUuidPK(org.getId()), "bg_form27_lock"); 5 boolean isShowUnLock = iPer.hasFunctionPermission(new ObjectUuidPK(user.getId()), new ObjectUuidPK(org.getId()), "bg_form28_unLock");
原文:http://www.cnblogs.com/cyhj/p/4444970.html