异常问题3

This commit is contained in:
wangw 2025-03-19 18:00:39 +08:00
parent cdff68ec68
commit fb916bfbdf
1 changed files with 4 additions and 4 deletions

View File

@ -468,8 +468,8 @@ public class PayServiceImpl implements PayService {
}
@Override
@GlobalTransactional
// @Transactional
// @GlobalTransactional
@Transactional
public CzgResult<Object> refundVip(VipRefundDTO refPayParam) {
ShopInfo shopInfo = shopInfoService.getById(refPayParam.getShopId());
if (shopInfo.getIsReturnPwd().equals(1)) {
@ -558,8 +558,8 @@ public class PayServiceImpl implements PayService {
}
@Override
// @GlobalTransactional
@Transactional
@GlobalTransactional
// @Transactional
public CzgResult<Object> refundOrderBefore(OrderInfoRefundDTO param) {
OrderInfo orderInfo = orderInfoService.getById(param.getOrderId());
ShopInfo shopInfo = shopInfoService.getById(orderInfo.getShopId());