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