Commit a822263d authored by 王淑君's avatar 王淑君

修改接口

parent 36b411fb
......@@ -376,7 +376,7 @@ public interface BChapterRepository extends BaseMapper<BChapter> {
@Select("<script>" +
"SELECT DISTINCT bc.*, brc.current_location as currentLocation, bf.video_url as videoUrl " +
"SELECT DISTINCT bc.*, brc.current_location as currentLocation, bf.video_url as videoUrl, brc.progress as progress, bf.file_url as fileUrl " +
"FROM " +
" b_lesson_person bp " +
" LEFT JOIN b_lesson b ON bp.lesson_id = b.business_id " +
......
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