|
@@ -781,7 +781,7 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
|
|
syncUserChapterItem.setImageSrc(ossHost+"/"+photo.getPhoto());
|
|
syncUserChapterItem.setImageSrc(ossHost+"/"+photo.getPhoto());
|
|
syncUserChapterItem.setImageTime(DateUtils.timestampToDateFormat(photo.getCreateTime(),DateUtils.YYYY_MM_DD_HH_MM_SS));
|
|
syncUserChapterItem.setImageTime(DateUtils.timestampToDateFormat(photo.getCreateTime(),DateUtils.YYYY_MM_DD_HH_MM_SS));
|
|
syncUserChapterItem.setMatchData(Validator.isNotEmpty(photo.getSimilarity())?photo.getSimilarity().toString():null);
|
|
syncUserChapterItem.setMatchData(Validator.isNotEmpty(photo.getSimilarity())?photo.getSimilarity().toString():null);
|
|
- syncUserChapterItem.setExamTime(DateUtils.timestampToDateFormat(userPeriodStatusVo.getRecordStartTime(),DateUtils.YYYY_MM_DD_HH_MM_SS));
|
|
|
|
|
|
+ syncUserChapterItem.setExamTime(DateUtils.timestampToDateFormat(userPeriodStatusVo.getRecordEndTime(),DateUtils.YYYY_MM_DD_HH_MM_SS));
|
|
syncUserChapterItem.setExamScore(userPeriodStatusVo.getPerformance().toString());
|
|
syncUserChapterItem.setExamScore(userPeriodStatusVo.getPerformance().toString());
|
|
syncUserChapterItem.setStudyIP(userPeriodStatusVo.getIp());
|
|
syncUserChapterItem.setStudyIP(userPeriodStatusVo.getIp());
|
|
}
|
|
}
|
|
@@ -909,7 +909,7 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
|
|
syncUserChapterChildItem.setImageSrc(ossHost+"/"+photo.getPhoto());
|
|
syncUserChapterChildItem.setImageSrc(ossHost+"/"+photo.getPhoto());
|
|
syncUserChapterChildItem.setImageTime(DateUtils.timestampToDateFormat(photo.getCreateTime(),DateUtils.YYYY_MM_DD_HH_MM_SS));
|
|
syncUserChapterChildItem.setImageTime(DateUtils.timestampToDateFormat(photo.getCreateTime(),DateUtils.YYYY_MM_DD_HH_MM_SS));
|
|
syncUserChapterChildItem.setMatchData(Validator.isNotEmpty(photo.getSimilarity())?photo.getSimilarity().toString():null);
|
|
syncUserChapterChildItem.setMatchData(Validator.isNotEmpty(photo.getSimilarity())?photo.getSimilarity().toString():null);
|
|
- syncUserChapterChildItem.setExamTime(DateUtils.timestampToDateFormat(userPeriodStatusVo.getRecordStartTime(),DateUtils.YYYY_MM_DD_HH_MM_SS));
|
|
|
|
|
|
+ syncUserChapterChildItem.setExamTime(DateUtils.timestampToDateFormat(userPeriodStatusVo.getRecordEndTime(),DateUtils.YYYY_MM_DD_HH_MM_SS));
|
|
syncUserChapterChildItem.setExamScore(userPeriodStatusVo.getPerformance().toString());
|
|
syncUserChapterChildItem.setExamScore(userPeriodStatusVo.getPerformance().toString());
|
|
syncUserChapterChildItem.setStudyIP(userPeriodStatusVo.getIp());
|
|
syncUserChapterChildItem.setStudyIP(userPeriodStatusVo.getIp());
|
|
}
|
|
}
|