mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-30 03:58:09 +08:00
实时分账方法update
This commit is contained in:
@@ -1928,10 +1928,19 @@ public class OrderBasicInfoServiceImpl implements OrderBasicInfoService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 订单结算金额,汇付分账
|
// 订单结算金额,汇付分账
|
||||||
splittingMethod(afterSettleOrderDTO);
|
try {
|
||||||
|
splittingMethod(afterSettleOrderDTO);
|
||||||
|
} catch (Exception e) {
|
||||||
|
logger.error("realTimeOrderSplit-订单:{}, 订单结算金额,汇付分账异常", afterSettleOrderDTO.getOrderCode(), e);
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
// 订单退款,汇付退款
|
// 订单退款,汇付退款
|
||||||
refundMethod(afterSettleOrderDTO);
|
try {
|
||||||
|
refundMethod(afterSettleOrderDTO);
|
||||||
|
} catch (Exception e) {
|
||||||
|
logger.error("realTimeOrderSplit-订单:{}, 订单退款,汇付退款异常", afterSettleOrderDTO.getOrderCode(), e);
|
||||||
|
}
|
||||||
|
|
||||||
// 组装结果集
|
// 组装结果集
|
||||||
OrderSplitResult result = new OrderSplitResult();
|
OrderSplitResult result = new OrderSplitResult();
|
||||||
|
|||||||
Reference in New Issue
Block a user