@@ -349,7 +349,7 @@ public interface BChapterRepository extends BaseMapper<BChapter> {
@Select("<script>"+
"SELECT DISTINCT bc.*, bp.business_id as BLPBusinessId, brc.business_id as BRSBusinessId, brc.current_location as currentLocation, bf.video_url as videoUrl, brc.progress as progress, bf.file_url as fileUrl "+
"SELECT DISTINCT bc.*, bp.business_id as BLPBusinessId, brc.business_id as BRSBusinessId, brc.current_location as currentLocation, bf.video_url as videoUrl, brc.progress as progress, bf.file_url as fileUrl, bf.file_size as fileSize "+
"FROM "+
" b_lesson_person bp "+
" LEFT JOIN b_chapter bc ON bc.business_id = bp.chapter_id "+