瀏覽代碼

课件返回曲目封面

liujunchi 2 年之前
父節點
當前提交
3abd26d128
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      cooleshow-user/user-biz/src/main/resources/config/mybatis/CourseCoursewareMapper.xml

+ 1 - 0
cooleshow-user/user-biz/src/main/resources/config/mybatis/CourseCoursewareMapper.xml

@@ -34,6 +34,7 @@
         ,ms.state_ as musicStatus
         ,ms.payment_type_ as paymentType
         ,ms.music_img_ as musicImg
+        ,ms.title_img_ as titleImg
 		FROM course_courseware t
         left join music_sheet ms on t.music_sheet_id_ = ms.id_
         <where>