This commit is contained in:
Lemon
2023-08-31 16:42:55 +08:00
3 changed files with 39 additions and 40 deletions

View File

@@ -3134,7 +3134,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(); // 支付金额
// 查询该会员的余额