123
This commit is contained in:
@@ -90,10 +90,12 @@ public class LogAspect {
|
||||
operLog.setOperName(loginUser.getUsername());
|
||||
operLog.setUserType(loginUser.getUserType());
|
||||
operLog.setDeptName(loginUser.getDeptName());
|
||||
logString.append(String.format("currentUserId=%s;", loginUser.getUserId()));
|
||||
}
|
||||
}catch (Exception ex){
|
||||
// not do
|
||||
}
|
||||
logString.append(String.format("user-agent=%s;", ServletUtils.getUserAgent()));
|
||||
// 处理设置注解上的参数
|
||||
getControllerMethodDescription(joinPoint, controllerLog, operLog, jsonResult,logString);
|
||||
if (e != null) {
|
||||
|
||||
Reference in New Issue
Block a user