@@ -701,7 +701,7 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
rec.setCreateTime(DateUtils.timestampToDateFormat(videoPhoto2.get(0).getCreateTime(),DateUtils.YYYY_MM_DD_HH_MM_SS));
}
- rec.setImgList(ImgList);
+ rec.setImgList(reImgList);
ReStudyList.add(rec);
syncUserStudyRec.setReStudyList(ReStudyList);