Commit c4ef8dbf by 吴博

Merge branch 'fixbug/fixtest1' into 'master'

bug: [none] fixBrowse

See merge request rays/pcloud-book!1062
parents 5d705211 5f827690
......@@ -2158,7 +2158,7 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
return;
}
appletNewsDTOS.stream().forEach(appletNewsDTO -> {
if (null == appletMap.get(appletNewsDTO.getId())) {
if (null != appletMap.get(appletNewsDTO.getId())) {
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