|
@@ -75,8 +75,7 @@ public class EmsAuthServiceImpl extends AbstractAuthServiceImpl {
|
|
|
}
|
|
|
}
|
|
|
// 2.验证集团是否有效
|
|
|
- if (StrUtil.isBlank(AppContext.getContext().getGroupCode())
|
|
|
- || !groupMap.containsKey(AppContext.getContext().getGroupCode())){
|
|
|
+ if (StrUtil.isBlank(AppContext.getContext().getGroupCode())){
|
|
|
throw new BusinessException(ResponseCode.A0402.getCode(),ResponseCode.A0402.getDesc());
|
|
|
}
|
|
|
// if (StrUtil.isBlank(AppContext.getContext().getProjectId())){
|