异常问题2

This commit is contained in:
2025-03-19 17:58:38 +08:00
parent b009a69330
commit cdff68ec68

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)) {