|
|
@@ -1102,7 +1102,10 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
//查找开始学习时间
|
|
|
classPeriodStudentVo.setStartTime(baseMapper.selectStart(classPeriodStudentVo.getUserId(), classPeriodStudentVo.getGoodsId(), classPeriodStudentVo.getGradeId()).get(0));
|
|
|
}
|
|
|
-
|
|
|
+ if (!CollectionUtils.isEmpty(baseMapper.selectEnd(classPeriodStudentVo.getUserId(), classPeriodStudentVo.getGoodsId(), classPeriodStudentVo.getGradeId()))) {
|
|
|
+ //查找开始学习结束
|
|
|
+ classPeriodStudentVo.setEndTime(baseMapper.selectEnd(classPeriodStudentVo.getUserId(), classPeriodStudentVo.getGoodsId(), classPeriodStudentVo.getGradeId()).get(0));
|
|
|
+ }
|
|
|
//当审核状态状态为通过是采取解析身份证和一寸照
|
|
|
if ("1".equals(classPeriodStudentVo.getProfileStatus()) && Validator.isNotEmpty(bo.getUserPhoto()) && bo.getUserPhoto() == 1) {
|
|
|
//解析身份证和一寸照
|