|
@@ -69,12 +69,12 @@ public abstract class ControllerSupport {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 获取安全接入的顶级机构(非session状态)
|
|
|
+ * 获取企业的顶级机构(非session状态)
|
|
|
*
|
|
|
* @author WANGWEI
|
|
|
* @return
|
|
|
*/
|
|
|
- protected Long getSecurityRootOrgId() {
|
|
|
+ protected Long getEnterpriseRootOrgId() {
|
|
|
Long rootOrgId = (Long) getRequest()
|
|
|
.getAttribute(HttpServletRequestAttribute.$_ENTERPRISE_ROOT_ORG_ID.name());
|
|
|
if (null == rootOrgId) {
|