service-daylucky/src/main/java/com/ks/daylucky/util/factory/vo/ActivityDetailVOFactory.java
@@ -100,9 +100,12 @@ } List<String> descList = new ArrayList<>(); descList.add("关注赞助商生活号。"); descList.add("点赞赞助商生活号最新发布消息。"); descList.add("免费参与抽奖活动"); if (sponsorInfo.getAd().getAlipayLifeAdInfo().getMustAttention() == null || !sponsorInfo.getAd().getAlipayLifeAdInfo().getMustAttention()) { descList.add("无需关注生活号。"); } else { descList.add("关注赞助商生活号。"); } bean.setConditions(conditions); bean.setConditionsDesc(descList); bean.setMarks(sponsorInfo.getAd().getDesc());