@@ -143,7 +143,7 @@ public interface BChapterRepository extends BaseMapper<BChapter> {
...
@@ -143,7 +143,7 @@ public interface BChapterRepository extends BaseMapper<BChapter> {
* @param scoreInfoDTO
* @param scoreInfoDTO
* @return
* @return
*/
*/
@Insert("<script>insert into b_r_student_chapter(business_id,student_id,chapter_id,is_complete,sl_id) values (#{businessId},#{studentId},#{chapterId},#{isComplete},#{slId})</script>")
@Insert("<script>insert into b_r_student_chapter(business_id,student_id,chapter_id,is_complete,sl_id,score) values (#{businessId},#{studentId},#{chapterId},#{isComplete},#{slId},#{score})</script>")