Commit b7fdfc2b by 郑永强

fix bug

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