mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-08 03:50:13 +08:00
手动执行退款接口
This commit is contained in:
@@ -95,7 +95,7 @@ public class OrderPayRecordServiceImpl implements OrderPayRecordService {
|
|||||||
payInfo.setPayAmount(bigDecimal.toString());
|
payInfo.setPayAmount(bigDecimal.toString());
|
||||||
payInfo.setPayStatus(orderBasicInfo.getPayStatus());
|
payInfo.setPayStatus(orderBasicInfo.getPayStatus());
|
||||||
payInfo.setPayTime(DateUtils.formatDateTime(orderBasicInfo.getPayTime()));
|
payInfo.setPayTime(DateUtils.formatDateTime(orderBasicInfo.getPayTime()));
|
||||||
if (orderPayRecord.getRefundAmount() != null) {
|
if (orderBasicInfo.getRefundAmount() != null) {
|
||||||
payInfo.setRefundAmount(orderBasicInfo.getRefundAmount().toString());
|
payInfo.setRefundAmount(orderBasicInfo.getRefundAmount().toString());
|
||||||
}
|
}
|
||||||
String payMode = orderPayRecord.getPayMode();
|
String payMode = orderPayRecord.getPayMode();
|
||||||
|
|||||||
Reference in New Issue
Block a user