yujian
2020-05-17 facf0c3bcbbb6cc993d87caa12ac34bede690f38
fanli/src/main/java/com/yeshi/fanli/service/impl/push/PushGoodsServiceImpl.java
@@ -74,7 +74,7 @@
   }
   @Override
   public PushGoods selectByPrimaryKey(Long id) throws PushGoodsException {
   public PushGoods selectByPrimaryKey(Long id) {
      return pushGoodsMapper.selectByPrimaryKey(id);
   }
@@ -443,8 +443,7 @@
      if (StringUtil.isNullOrEmpty(url)) {
         throw new PushGoodsException(1, "推送页面链接不存在");
      }
      url = url + "?id=" + pushGoods.getId() + "&otherId=" + pushGoods.getOtherId();
      url = url + "?id=" + pushGoods.getId();
      // h活动全推
      pushService.pushUrl(pushGoods.getUid(), pushGoods.getTitle(), pushGoods.getContent(), url, listIOS, listAndroid);
   }