diff --git a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/log/service/impl/OperationLogServiceImpl.java b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/log/service/impl/OperationLogServiceImpl.java index 447152a..7efa03a 100644 --- a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/log/service/impl/OperationLogServiceImpl.java +++ b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/log/service/impl/OperationLogServiceImpl.java @@ -61,8 +61,8 @@ public class OperationLogServiceImpl implements OperationLogService { operationLog.setMethod(element.getMethodName()); } BaseCacheUser user = cacheUserService.getCacheUser(); - operationLog.setUser(user); if (null != user) { + operationLog.setUser(user.setAuthorityList(null)); HttpServletRequest request = HttpContextUtils.getHttpServletRequest(); if (request != null) { // 提取token头信息 ;