mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-12 11:19:52 +08:00
update 优化退保险金额逻辑
This commit is contained in:
@@ -662,12 +662,12 @@ public class OrderBasicInfoServiceImpl implements OrderBasicInfoService {
|
||||
logger.error("启动失败退款, orderCode:{}, transactionCode:{}, 执行订单结算逻辑发生异常", orderInfo.getOrderCode(),transactionCode, e);
|
||||
}
|
||||
|
||||
// 退保险金额
|
||||
try {
|
||||
refundInsurance(orderInfo);
|
||||
} catch (Exception e) {
|
||||
logger.error("启动失败退款, orderCode:{}, transactionCode:{}, 退保险发生异常", orderInfo.getOrderCode(),transactionCode, e);
|
||||
}
|
||||
// 退保险金额 2025-05-18注释,支付成功未启动订单,保险费退款集成到订单退款中
|
||||
// try {
|
||||
// refundInsurance(orderInfo);
|
||||
// } catch (Exception e) {
|
||||
// logger.error("启动失败退款, orderCode:{}, transactionCode:{}, 退保险发生异常", orderInfo.getOrderCode(),transactionCode, e);
|
||||
// }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user