|
@@ -4430,7 +4430,9 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
if(Validator.isNotEmpty(rVo.getVideoCurrentTime())){
|
|
if(Validator.isNotEmpty(rVo.getVideoCurrentTime())){
|
|
|
item.setStudyTimeLongTxt(DateUtils.secToTime(rVo.getVideoCurrentTime().intValue()));
|
|
item.setStudyTimeLongTxt(DateUtils.secToTime(rVo.getVideoCurrentTime().intValue()));
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+ if(Validator.isEmpty(rVo.getFromPlat())){
|
|
|
|
|
+ item.setPlat(null);
|
|
|
|
|
+ }
|
|
|
else if(rVo.getFromPlat()==1){
|
|
else if(rVo.getFromPlat()==1){
|
|
|
item.setPlat("小程序");
|
|
item.setPlat("小程序");
|
|
|
}
|
|
}
|