|
|
@@ -857,6 +857,10 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
|
|
|
}
|
|
|
GoodsDonSku sku = adjustGoodsDonSku(yhsId, false, renewSkuId);
|
|
|
|
|
|
+ if (sku == null || !sku.getStatus()) {
|
|
|
+ throw BusinessRuntimeException.getInstance("该规格已下架,无法续费..");
|
|
|
+ }
|
|
|
+
|
|
|
GroupsRelation relation = groupsRelationMapper.selectById(relationId);
|
|
|
if (relation == null) {
|
|
|
throw new BusinessRuntimeException("");
|