Commit 2977220a by 吴博

bug:[none] fixThird

parent 74b37981
......@@ -1212,7 +1212,7 @@ public class AppletNewsBizImpl implements AppletNewsBiz {
}
for (AppletNewsDTO newsDTO : appletNewsDTOList) {
Long newsId = newsDTO.getId();
if (null != newsDTO.getShowState() && newsDTO.getShowState()) {
if (Objects.equals(YesOrNoNumEnum.YES.getValue(),newsDTO.getShowLink())) {
List<AppletThirdResources> thirdResourcesList = thirdResourcesDao.getThirdResourcesByNewsId(newsId);
if (ListUtils.isEmpty(thirdResourcesList)) {
continue;
......
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