@@ -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>