Commit c78253b2 by 裴大威

Merge branch 'feat-zyq-1002925-fix1' into 'master'

1002925-fix bug

See merge request rays/pcloud-book!731
parents 7da5e91a b7fdfc2b
......@@ -986,6 +986,7 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
if(appletNewsDTO != null){
item.setNewsName(appletNewsDTO.getNewsName());
item.setNewsSource(appletNewsDTO.getSource());
item.setType(appletNewsDTO.getType());
item.setServeId(appletNewsDTO.getId());
item.setServePic(appletNewsDTO.getPic1());
......
......@@ -90,7 +90,7 @@
#{item.title},
#{item.uuid},
#{item.openState},
#{item.serveType}
#{item.serveType},
#{item.easyRead},#{item.efficientRead},#{item.deepRead}
)
</foreach>
......
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