|
|
@@ -100,7 +100,7 @@ public class CmsGoodsDonSkuServiceImpl extends ServiceImpl<GoodsDonSkuMapper,Goo
|
|
|
throw BusinessRuntimeException.getInstance("规格不存在");
|
|
|
}
|
|
|
if (!sku.getStatus()) {
|
|
|
- throw BusinessRuntimeException.getInstance("{0}规格未上架", sku.getSpecVal());
|
|
|
+ throw BusinessRuntimeException.getInstance("{0}加购规格未上架", sku.getSpecVal());
|
|
|
}
|
|
|
if (disPrice == null || disPrice.compareTo(BigDecimal.ZERO) <= 0) {
|
|
|
throw BusinessRuntimeException.getInstance("请输入正确的优惠加购价格");
|