|
|
|
@ -113,9 +113,11 @@ public class PayInfoServiceImpl extends ServiceImpl<PayInfoMapper, PayInfo> impl |
|
|
|
*/ |
|
|
|
private EditPayInfoSingleDto buildEditPayInfoSingleDto(EditPayInfoNotifyDto editPayInfoNotifyDto) { |
|
|
|
EditPayInfoSingleDto editPayInfoSingleDto = new EditPayInfoSingleDto(); |
|
|
|
editPayInfoSingleDto.setPayNo(editPayInfoNotifyDto.getPayNo()); |
|
|
|
editPayInfoSingleDto.setPayId(editPayInfoNotifyDto.getPayId()); |
|
|
|
editPayInfoSingleDto.setPayTime(editPayInfoNotifyDto.getPayTime()); |
|
|
|
editPayInfoSingleDto.setPayChannel(editPayInfoSingleDto.getPayChannel()); |
|
|
|
editPayInfoSingleDto.setPayChannel(editPayInfoNotifyDto.getPayChannel()); |
|
|
|
editPayInfoSingleDto.setTradeNo(editPayInfoNotifyDto.getTradeNo()); |
|
|
|
return editPayInfoSingleDto; |
|
|
|
} |
|
|
|
|
|
|
|
|