|
|
@@ -1379,7 +1379,7 @@ public class CmsOrderDonServiceImpl extends ServiceImpl<OrderDonMapper,OrderDon>
|
|
|
//存在不同升级套餐
|
|
|
GoodsDonSku presentRenewSku = skuMapper.selectById(presentRenewSkuId);
|
|
|
if (!ObjectUtil.equal(presentRenewSkuId, skuId)) {
|
|
|
- throw BusinessRuntimeException.getInstance("请先退掉用户目前续费升级的{}规格", presentRenewSku.getSpecVal());
|
|
|
+ throw BusinessRuntimeException.getInstance("请先退掉用户目前续费升级的{0}规格", presentRenewSku.getSpecVal());
|
|
|
}
|
|
|
}
|
|
|
}
|