admin
2021-09-24 f788607ff771a47bc60d6a86e00b3433c40f3d2c
src/main/java/com/yeshi/buwan/job/PushJob.java
@@ -34,8 +34,8 @@
      List<VideoPushHistory> list = pushService.getUnPushVideoPushHistory();// 获取任务列表
      for (VideoPushHistory vp : list) {
         List<LoginUser> userList = attentionService.getUserListByAttentionVideo(vp.getVideoInfo().getId());
         List<String> androidUserList = new ArrayList<String>();
         List<String> iosUserList = new ArrayList<String>();
         List<String> androidUserList = new ArrayList<>();
         List<String> iosUserList = new ArrayList<>();
         for (LoginUser lu : userList) {
            // if
            // (systemService.getDetailSystemById(lu.getDetailsystem()).getPlatform()