Commit b7fdfc2b by 郑永强

fix bug

parent 7da5e91a
......@@ -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