This commit is contained in:
2025-03-19 18:12:33 +08:00
parent fb916bfbdf
commit c1e9a6de3d
3 changed files with 7 additions and 8 deletions

View File

@@ -468,7 +468,6 @@ public class PayServiceImpl implements PayService {
}
@Override
// @GlobalTransactional
@Transactional
public CzgResult<Object> refundVip(VipRefundDTO refPayParam) {
ShopInfo shopInfo = shopInfoService.getById(refPayParam.getShopId());