Commit 2377bfb1 authored by 33's avatar 33

更新日志

parent 8f56bd20
......@@ -150,6 +150,7 @@ public class CopyrightTask {
// 审核失败,更新驳回原因,主动发起退款
copyrightApply.setRejectReason(copyrightResponse.getRemark());
Order order = orderService.getByPaySceneAndProductId(PayScene.COPYRIGHT.getCode(), copyrightApply.getId(), OrderStatus.PAYED.getStatus());
log.info("审核失败,更新驳回原因,主动发起退款: {}", order);
if (order != null) {
wxPayService.refund(order.getId(), RefundLaunchChannel.USER.getCode());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment