|
|
@@ -1320,7 +1320,8 @@
|
|
|
a.introduction,a.boutique,
|
|
|
a.transfer_mode as transferMode,
|
|
|
a.technical_picture_url as technicalPictureUrl,
|
|
|
- b.name as fieldAs
|
|
|
+ b.name as fieldAs,
|
|
|
+ ap.publish_page,ap.publish_platform,ap.publish_client,ap.if_top,ap.top_number,ap.show_number
|
|
|
from achievement a
|
|
|
right join achievement_publish ap on a.id=ap.achievement_id
|
|
|
left join field_glossory b on a.field_a = b.id
|
|
|
@@ -1354,7 +1355,7 @@
|
|
|
</if>
|
|
|
and a.audit_status = 3
|
|
|
<if test="dateSort == 0">
|
|
|
- order by order by ap.if_top,ap.top_number,ap.show_number,a.release_date asc
|
|
|
+ order by ap.if_top,ap.top_number,ap.show_number,a.release_date asc
|
|
|
</if>
|
|
|
<if test="dateSort == 1">
|
|
|
order by ap.if_top asc,ap.top_number asc,ap.show_number asc,a.release_date desc
|