异常问题3
This commit is contained in:
parent
cdff68ec68
commit
fb916bfbdf
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue