异常问题2
This commit is contained in:
@@ -468,8 +468,8 @@ public class PayServiceImpl implements PayService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
// @GlobalTransactional
|
@GlobalTransactional
|
||||||
@Transactional
|
// @Transactional
|
||||||
public CzgResult<Object> refundVip(VipRefundDTO refPayParam) {
|
public CzgResult<Object> refundVip(VipRefundDTO refPayParam) {
|
||||||
ShopInfo shopInfo = shopInfoService.getById(refPayParam.getShopId());
|
ShopInfo shopInfo = shopInfoService.getById(refPayParam.getShopId());
|
||||||
if (shopInfo.getIsReturnPwd().equals(1)) {
|
if (shopInfo.getIsReturnPwd().equals(1)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user