Commit c93109af by 田超

Merge branch 'feature/1003652' into 'master'

feat: [1003652] 第三方资源在书刊详情页引导显示价格和人数

See merge request rays/pcloud-book!995
parents 0d2b76e9 400fa55d
...@@ -248,7 +248,9 @@ ...@@ -248,7 +248,9 @@
c.url_number AS urlNumber, c.url_number AS urlNumber,
c.custom_tag_id AS customTagId, c.custom_tag_id AS customTagId,
c.show_source AS showSource, c.show_source AS showSource,
c.show_link AS showLink c.show_link AS showLink,
c.crossed_price crossedPrice,
c.appraisal_price appraisalPrice
FROM FROM
rights_setting_item a rights_setting_item a
LEFT JOIN rights_setting_item_detail b ON a.id = b.rights_setting_item_id LEFT JOIN rights_setting_item_detail b ON a.id = b.rights_setting_item_id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment