|
@@ -101,6 +101,8 @@ public class GoodsSpecTemplateServiceImpl extends ServiceImpl<GoodsSpecTemplateM
|
|
|
String businessName = goodsService.getGoodsBusinessName(x.getGoodsId());
|
|
|
if (businessName.contains("继续教育二级建造师")){
|
|
|
priceVo.setSpecialGoods(1);
|
|
|
+ }else if (businessName.contains("继续教育") && businessName.contains("施工现场专业人员")){
|
|
|
+ vo.setSign(1);
|
|
|
}
|
|
|
return priceVo;
|
|
|
}).collect(Collectors.toList());
|