limingAlex1314
Results
2
comments of
limingAlex1314
发现了问题,只要序列化wxPayService,就会发生这个问题: JSON.toJSONString(wxPayService) 具体原因还没查到
@Around(value = "@annotation(auditLog)") @SneakyThrows public Object around(ProceedingJoinPoint joinPoint, AuditLog auditLog) { Object object = joinPoint.proceed(); Object[] args = joinPoint.getArgs(); AuditLogFlagEnum flag = auditLog.flag(); AuditLogVo auditLogVo = new AuditLogVo(); auditLogVo.setFlagId(flag.getFlagId()); auditLogVo.setTime(LocalDateTime.now());...