This commit is contained in:
2023-08-31 16:31:00 +08:00
parent 2fd204a6be
commit 82e6a5b42a

View File

@@ -3133,7 +3133,8 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
}
}*/
private void balancePayOrderV2(PayOrderDTO dto) {
@Transactional(rollbackFor = Exception.class)
public void balancePayOrderV2(PayOrderDTO dto) {
String orderCode = dto.getOrderCode(); // 订单编号
BigDecimal chargeAmount = dto.getPayAmount(); // 支付金额
// 查询该会员的余额