Commit b14ffbc1 authored by xiaozhe.chen's avatar xiaozhe.chen

添加todo

parent 6eb6b88b
......@@ -50,7 +50,7 @@ public class RoleDataLoadAspect {
Method method = methodSignature.getMethod();
RoleDataLoad annotation = method.getAnnotation(RoleDataLoad.class);
UserSessionInfo userSessionInfo = userSessionService.findUserSessionInfo();
// todo channel_role 定义为常量吧
if (annotation != null && "channel_role".equals(userSessionInfo.getRoleInfo().getRoleName())) {
args[0] = userSessionInfo.getChannelId();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment