|
|
|
@ -127,7 +127,7 @@ public class AuditServiceImpl implements AuditService { |
|
|
|
|
|
|
|
redService.addAmount(order.getJwcode(), sum, 1); // ← 直接调你写好的方法! |
|
|
|
} catch (Exception e) { |
|
|
|
// log.warn("红包累加失败,主流程继续 | jwcode={}", order.getJwcode(), e); |
|
|
|
log.warn("红包累加失败,主流程继续 | jwcode={}", order.getJwcode(), e); |
|
|
|
} |
|
|
|
try { |
|
|
|
redService.sendJwcode(order.getJwcode()); |
|
|
|
|