|
@@ -2656,6 +2656,10 @@ public class OrderServiceImpl extends ServiceImpl<OrderMapper, Order> implements
|
|
|
//七大员题库类商品
|
|
//七大员题库类商品
|
|
|
return null;
|
|
return null;
|
|
|
}
|
|
}
|
|
|
|
|
+ String businessName = iGoodsService.getBusinessName(goodsId);
|
|
|
|
|
+ if (StringUtils.isNotBlank(businessName) && businessName.contains("二级造价师")){
|
|
|
|
|
+ return null;
|
|
|
|
|
+ }
|
|
|
OrderGoodsQueryBo orderGoodsQueryBo = new OrderGoodsQueryBo();
|
|
OrderGoodsQueryBo orderGoodsQueryBo = new OrderGoodsQueryBo();
|
|
|
orderGoodsQueryBo.setUserId(userId);
|
|
orderGoodsQueryBo.setUserId(userId);
|
|
|
orderGoodsQueryBo.setGoodsId(goodsId);
|
|
orderGoodsQueryBo.setGoodsId(goodsId);
|