|
@@ -450,6 +450,14 @@ public class CourseServiceImpl extends ServiceImpl<CourseMapper, Course> impleme
|
|
|
if(Validator.isEmpty(classGradeVo)){
|
|
|
continue;
|
|
|
}
|
|
|
+ String fullName = goodsUserVo.getEducationName()+goodsUserVo.getBusinessName()+goodsUserVo.getProjectName();
|
|
|
+ goodsUserVo.setErJianErZao(false);
|
|
|
+ if(Validator.isNotEmpty(fullName)){
|
|
|
+ if(fullName.equals("继续教育二级建造师")||fullName.equals("继续教育二级造价师")){
|
|
|
+ goodsUserVo.setErJianErZao(true);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
goodsUserVo.setGradeId(classGradeVo.getGradeId());
|
|
|
goodsUserVo.setLearningStatus(classGradeVo.getLearningStatus());
|
|
|
goodsUserVo.setLearningTimeStart(classGradeVo.getLearningTimeStart());
|