|
|
|
|
@ -111,6 +111,8 @@ public class ManagerUserInterceptor extends HandlerInterceptorAdapter implements
|
|
|
|
|
if(func!=null && StringUtils.isNotEmpty(func.getString("module_id"))){
|
|
|
|
|
JSONArray arr = loginUser.getJSONArray("available_module_ids");
|
|
|
|
|
if (arr == null || !arr.contains(func.getString("module_id"))) {
|
|
|
|
|
logger.info(partner.toString());
|
|
|
|
|
logger.info(partnerStatusKey);
|
|
|
|
|
logger.info(funcId);
|
|
|
|
|
throw new ForbiddenException("error.permission.nopermission");
|
|
|
|
|
}
|
|
|
|
|
|