|
@@ -953,10 +953,14 @@ public class GoodsServiceImpl extends ServiceImpl<GoodsMapper, Goods> implements
|
|
|
queryBo.setId(goodsVo.getBusinessId());
|
|
|
String fullName = iCourseBusinessService.queryFullName(queryBo);
|
|
|
goodsVo.setErJianErZao(false);
|
|
|
+ goodsVo.setJjShiGongYuan(false);
|
|
|
if(Validator.isNotEmpty(fullName)){
|
|
|
if(fullName.equals("继续教育二级建造师")||fullName.equals("继续教育二级造价师")){
|
|
|
goodsVo.setErJianErZao(true);
|
|
|
}
|
|
|
+ if(fullName.contains("继续教育")&&fullName.contains("施工现场专业人员")){
|
|
|
+ goodsVo.setJjShiGongYuan(true);
|
|
|
+ }
|
|
|
}
|
|
|
return goodsVo;
|
|
|
}
|