Commit ac029a8f authored by zhangqingle's avatar zhangqingle

修改BUG

parent 9075a70c
...@@ -139,7 +139,7 @@ public class BRStudentChapterServiceImpl implements BRStudentChapterService { ...@@ -139,7 +139,7 @@ public class BRStudentChapterServiceImpl implements BRStudentChapterService {
}else { }else {
BLessonPerson bLessonPerson = new BLessonPerson(); BLessonPerson bLessonPerson = new BLessonPerson();
UserUtil.setCurrentPersistOperation(bLessonPerson); UserUtil.setCurrentPersistOperation(bLessonPerson);
bLessonPerson = this.dealBLessonPerson(bLessonPersonList.get(0),brStudentChapterDto,totalProgress); bLessonPerson = this.dealBLessonPerson(bLessonPerson,brStudentChapterDto,totalProgress);
bLessonPerson.setPersonId(brStudentChapterDto.getStudentId()); bLessonPerson.setPersonId(brStudentChapterDto.getStudentId());
bLessonPerson.setLessonId(brStudentChapterDto.getLessonId()); bLessonPerson.setLessonId(brStudentChapterDto.getLessonId());
//TODO 判断是否为已学完 曾经是否学完过 奖励积分 //TODO 判断是否为已学完 曾经是否学完过 奖励积分
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment