|
|
@@ -565,13 +565,6 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
if (Validator.isEmpty(orderGoods)) {
|
|
|
return "班级商品不存在";
|
|
|
}
|
|
|
- Goods goods = iGoodsService.getById(orderGoods.getGoodsId());
|
|
|
- CourseBusinessQueryBo businessQueryBo = new CourseBusinessQueryBo();
|
|
|
- businessQueryBo.setId(goods.getBusinessId());
|
|
|
- String fullName = iCourseBusinessService.queryFullName(businessQueryBo);
|
|
|
- if (("继续教育二级建造师".equals(fullName)) || ("继续教育二级造价师".equals(fullName))) {
|
|
|
- return "继教二建/二造班级不需要推送注册中心";
|
|
|
- }
|
|
|
Long bmrq = 0L;
|
|
|
if(userVo.getClassStartTime().longValue()<orderGoods.getCreateTime().longValue()){
|
|
|
bmrq = orderGoods.getCreateTime();
|