Commit 5f827690 by 吴博

bug: [none] fixBrowse

parent 5d705211
...@@ -2158,7 +2158,7 @@ public class RightsSettingBizImpl implements RightsSettingBiz { ...@@ -2158,7 +2158,7 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
return; return;
} }
appletNewsDTOS.stream().forEach(appletNewsDTO -> { appletNewsDTOS.stream().forEach(appletNewsDTO -> {
if (null == appletMap.get(appletNewsDTO.getId())) { if (null != appletMap.get(appletNewsDTO.getId())) {
appletNewsDTO.setBrowseCount(appletMap.get(appletNewsDTO.getId()).getBrowseCount()); appletNewsDTO.setBrowseCount(appletMap.get(appletNewsDTO.getId()).getBrowseCount());
} }
}); });
......
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