mirror of
https://github.com/jeequan/jeepay
synced 2024-11-17 23:08:03 +08:00
明确转账失败时,记录转账失败原因
This commit is contained in:
parent
98b29ec9ec
commit
4d3dcca063
@ -78,7 +78,7 @@ public class TransferOrderReissueService {
|
|||||||
|
|
||||||
}else if(channelRetMsg.getChannelState() == ChannelRetMsg.ChannelState.CONFIRM_FAIL){
|
}else if(channelRetMsg.getChannelState() == ChannelRetMsg.ChannelState.CONFIRM_FAIL){
|
||||||
// 转账失败
|
// 转账失败
|
||||||
transferOrderService.updateIng2Fail(transferId, channelRetMsg.getChannelOrderId(), channelRetMsg.getChannelUserId(), channelRetMsg.getChannelErrCode());
|
transferOrderService.updateIng2Fail(transferId, channelRetMsg.getChannelOrderId(), channelRetMsg.getChannelErrCode(),channelRetMsg.getChannelErrMsg());
|
||||||
payMchNotifyService.transferOrderNotify(transferOrderService.getById(transferId));
|
payMchNotifyService.transferOrderNotify(transferOrderService.getById(transferId));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user