|
@@ -1506,7 +1506,7 @@ public class MerchantServiceImpl extends BaseServiceImpl<Merchant, String> imple
|
|
|
//旧套餐大于新套餐的话,就服务降级
|
|
|
if(oldmerchant.getSignType()>merchant.getSignType()
|
|
|
&& StringUtils.isNotEmpty(oldmerchant.getLibId())) {
|
|
|
- libVipServiceService.removeLibService(oldmerchant.getLibId(), oldmerchant.getLibService());
|
|
|
+ //libVipServiceService.removeLibService(oldmerchant.getLibId(), oldmerchant.getLibService());
|
|
|
}
|
|
|
//更新套餐
|
|
|
oldmerchant.setSignType(merchant.getSignType());
|