admin
2020-07-04 64bd2204be459b47e008b79073a143684140ff24
fanli/src/main/java/com/yeshi/fanli/controller/client/v1/PushController.java
@@ -229,10 +229,10 @@
      // 设备注册时间
      Date createTime = deviceActive.getCreateTime();
      count = pushGoodsService.countHistoryByPushTime(uid, createTime);
      count = pushGoodsService.countHistoryByPushTime(uid, createTime,acceptData.getSystem());
      int pageSize = Constant.PAGE_SIZE;
      List<PushGoods> list = pushGoodsService.listHistoryByPushTime((page - 1) * pageSize, pageSize, uid, createTime);
      List<PushGoods> list = pushGoodsService.listHistoryByPushTime((page - 1) * pageSize, pageSize, uid, createTime,acceptData.getSystem());
      if (list == null)
         list = new ArrayList<>();