mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-04 11:37:37 +00:00
feat 集成统一支付SDK代码结构调整
This commit is contained in:
@@ -56,7 +56,7 @@ public class LoginSuccessHandlerImpl implements LoginSuccessHandler {
|
||||
.setBrowser(userAgent.getBrowser().getName() + " " + userAgent.getVersion())
|
||||
.setLoginTime(LocalDateTime.now());
|
||||
loginLogService.add(loginLog);
|
||||
// userExpandInfoService.updateLoginTime(loginLog.getUserId());
|
||||
// userExpandInfoService.updateLoginTime(loginlog.getUserId());
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -40,7 +40,7 @@ public class JobLogAspectHandler {
|
||||
@Around("logPointCut()")
|
||||
public Object doAfterReturning(ProceedingJoinPoint pjp) throws Throwable {
|
||||
// Class<?> clazz = pjp.getTarget().getClass();
|
||||
// JobLog jobLog = clazz.getAnnotation(JobLog.class);
|
||||
// JobLog jobLog = clazz.getAnnotation(Joblog.class);
|
||||
// LocalDateTime start = LocalDateTime.now();
|
||||
// try {
|
||||
Object result = pjp.proceed();
|
||||
|
Reference in New Issue
Block a user