This commit is contained in:
2024-03-06 10:50:46 +08:00
parent 780454d2e2
commit bd85b811d7

View File

@@ -694,11 +694,11 @@ public class OrderService {
} }
// 查询订单退款记录,如存在退款说明已经结算过,不能再次结算 // 查询订单退款记录,如存在退款说明已经结算过,不能再次结算
List<OrderDetailInfoVO.OrderRefundInfo> orderRefundInfoList = getOrderRefundInfoList(orderBasicInfo); // List<OrderDetailInfoVO.OrderRefundInfo> orderRefundInfoList = getOrderRefundInfoList(orderBasicInfo);
if (CollectionUtils.isNotEmpty(orderRefundInfoList)) { // if (CollectionUtils.isNotEmpty(orderRefundInfoList)) {
log.info("订单:{}, 已经存在退款记录:{}, 不能再次结算", orderBasicInfo.getOrderCode(), JSON.toJSONString(orderRefundInfoList)); // log.info("订单:{}, 已经存在退款记录:{}, 不能再次结算", orderBasicInfo.getOrderCode(), JSON.toJSONString(orderRefundInfoList));
return false; // return false;
} // }
String chargingAmount = dto.getChargingAmount(); String chargingAmount = dto.getChargingAmount();
String chargingDegree = dto.getChargingDegree(); String chargingDegree = dto.getChargingDegree();