|
@@ -1335,7 +1335,7 @@
|
|
</update>
|
|
</update>
|
|
|
|
|
|
<select id="cloudPage" resultType="com.yonge.cooleshow.biz.dal.wrapper.MusicSheetWrapper$MusicSheetCloud">
|
|
<select id="cloudPage" resultType="com.yonge.cooleshow.biz.dal.wrapper.MusicSheetWrapper$MusicSheetCloud">
|
|
- select t.id_, t.music_sheet_name_,t.title_img_,t.composer_,t.cbs_music_sheet_id_ ,t.payment_type_
|
|
|
|
|
|
+ select t.id_, t.music_sheet_name_,t.title_img_,t.composer_,t.cbs_music_sheet_id_ ,t.payment_type_,t.music_price_ as musicPrice
|
|
from music_sheet t
|
|
from music_sheet t
|
|
<if test="param.recentFlag != null and param.recentFlag == 1">
|
|
<if test="param.recentFlag != null and param.recentFlag == 1">
|
|
left join sys_music_compare_record msar on t.id_ = msar.music_sheet_id_
|
|
left join sys_music_compare_record msar on t.id_ = msar.music_sheet_id_
|