异常问题2

This commit is contained in:
wangw 2025-03-19 17:58:38 +08:00
parent b009a69330
commit cdff68ec68
1 changed files with 2 additions and 2 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)) {