|
@@ -12,8 +12,6 @@ import com.persagy.dmp.common.constant.CommonConstant;
|
|
|
import com.persagy.dmp.common.constant.ResponseCode;
|
|
|
import com.persagy.dmp.common.context.AppContext;
|
|
|
import com.persagy.dmp.common.exception.BusinessException;
|
|
|
-import com.persagy.dmp.common.helper.SpringHelper;
|
|
|
-import com.persagy.proxy.adm.constant.AdmCommonConstant;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
|
import javax.servlet.http.HttpServletRequest;
|
|
@@ -69,10 +67,10 @@ public class EmsAuthServiceImpl extends AbstractAuthServiceImpl {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- if (StrUtil.isBlank(AppContext.getContext().getGroupCode())){
|
|
|
- // 无集团编码时,默认为配置的集团编码
|
|
|
- AppContext.getContext().setGroupCode(SpringHelper.getString(AdmCommonConstant.MIDDLEWARE_GROUP_CODE));
|
|
|
- }
|
|
|
+// if (StrUtil.isBlank(AppContext.getContext().getGroupCode())){
|
|
|
+// // 无集团编码时,默认为配置的集团编码
|
|
|
+// AppContext.getContext().setGroupCode(SpringHelper.getString(AdmCommonConstant.MIDDLEWARE_GROUP_CODE));
|
|
|
+// }
|
|
|
// 2.验证集团是否有效
|
|
|
if (StrUtil.isBlank(AppContext.getContext().getGroupCode())
|
|
|
|| !groupMap.containsKey(AppContext.getContext().getGroupCode())){
|