This commit is contained in:
2025-06-24 15:46:41 +08:00
parent 3833f67b03
commit be63c01987
22 changed files with 1509 additions and 34 deletions

View File

@@ -70,7 +70,7 @@ func (l *WechatPayRefundCallbackLogic) handleQueryOrderRefund(orderNo string, st
}
if err := l.svcCtx.OrderModel.UpdateWithVersion(ctx, session, order); err != nil {
return errors.Wrapf(err, "更新查询订单状态失败: %s", orderNo)
}
}
}
// 更新退款记录状态