fix(record): 转账回调记录回填支付产品(与支付/退款回调对齐)

This commit is contained in:
daxpay
2026-08-08 14:30:52 +08:00
parent 2b084cb185
commit 6b94808510

View File

@@ -86,7 +86,7 @@ public class PayCallbackRecordService {
PayCallbackRecord record = new PayCallbackRecord()
.setTradeNo(data.getTradeNo())
.setOutTradeNo(data.getOutTradeNo())
.setProduct(null)
.setProduct(channelMerchantManager.findProductByChannelMchNo(channelMchNo))
.setChannelMchNo(channelMchNo)
.setCallbackType(TradeFlowTypeEnum.TRANSFER.getCode())
.setNotifyInfo(toNotifyInfo(data.getCallbackData()))