Commit 57c58c93 authored by 王淑君's avatar 王淑君

修改bug

parent ee9301d0
...@@ -150,7 +150,7 @@ public class BRStudentChapterServiceImpl implements BRStudentChapterService { ...@@ -150,7 +150,7 @@ public class BRStudentChapterServiceImpl implements BRStudentChapterService {
// bLessonPerson.setIsFinish(isFinish); // bLessonPerson.setIsFinish(isFinish);
// bLessonPerson.setChapterId(brStudentChapterDto.getChapterId()); // bLessonPerson.setChapterId(brStudentChapterDto.getChapterId());
// bLessonPerson.setLearnProgress(totalProgress); // 保存课程学习进度 // bLessonPerson.setLearnProgress(totalProgress); // 保存课程学习进度
line = bLessonPersonRepository.insertSelective(bLessonPerson) > line ? bLessonPersonRepository.insertSelective(bLessonPerson): line ; line = bLessonPersonRepository.insertSelective(bLessonPerson) ;
} }
// 获取章节总进度 存库 // 获取章节总进度 存库
BChapter bChapter = bChapterRepository.selectByPrimaryKey(brStudentChapterDto.getChapterId()); BChapter bChapter = bChapterRepository.selectByPrimaryKey(brStudentChapterDto.getChapterId());
......
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