feat 集成统一支付SDK代码结构调整

This commit is contained in:
bootx
2024-10-08 22:36:13 +08:00
parent a2333cd11d
commit eee665926a
66 changed files with 1130 additions and 4292 deletions

View File

@@ -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());
}
}

View File

@@ -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();