|
@@ -923,6 +923,7 @@ public class UserStudyRecordServiceImpl extends ServiceImpl<UserStudyRecordMappe
|
|
|
userPeriod.setModuleId(entity.getModuleId());
|
|
|
userPeriod.setChapterId(entity.getChapterId());
|
|
|
userPeriod.setGradeId(entity.getGradeId());
|
|
|
+ iUserPeriodService.save(userPeriod);
|
|
|
periodId = userPeriod.getId();
|
|
|
UserPeriodStatus userPeriodStatusAddBo = new UserPeriodStatus();
|
|
|
userPeriodStatusAddBo.setPeriodStatus(1);
|