yujian
2019-10-14 3ac30b4c17cf071ce9c66a59c069ab83efae6d2d
fanli/src/main/java/com/yeshi/fanli/util/SpringContext.java
@@ -174,7 +174,7 @@
         doImportantTaoBaoGoodsUpdateJob();// 淘宝重要商品的信息更新
         // doHongBaoRecieveIntegralGetJob();// 返利到账,金币增加
         // doPlaceOrderIntegralJob();// 下单赠送金币任务
         doDouYinDeviceActiveJob();// 抖音设备激活广告监测
         // doDouYinDeviceActiveJob();// 抖音设备激活广告监测
      }
   }
@@ -926,9 +926,9 @@
                     String key = its.next();
                     DouYinDeviceActiveQueueDTO active = map.get(key);
                     if (active.getType() == DouYinDeviceActiveQueueDTO.TYPE_AD) {// 抖音
                        DouYinClickEvent event = douYinClickEventService.selectByAid(active.getAid());
                        DouYinClickEvent event = douYinClickEventService.selectByCallback(active.getCallback());
                        if (event != null) {
                           if (event.getOs() == 0) {
                           if (event.getOs() == 0 && !StringUtil.isNullOrEmpty(event.getUuid())) {
                              DeviceActive deviceActive = deviceActiveService
                                    .getFirstActiveInfoByImei(event.getUuid());
                              if (deviceActive != null) {
@@ -951,7 +951,7 @@
                        if (active.getPlatform() == 1) {
                           DeviceActive deviceActive = deviceActiveService
                                 .getFirstActiveInfo(active.getDevice());
                           if (deviceActive != null && deviceActive.getImei() != null) {
                           if (deviceActive != null && !StringUtil.isNullOrEmpty(deviceActive.getImei())) {
                              DouYinClickEvent event = douYinClickEventService
                                    .selectByUuid(deviceActive.getImei());
                              if (event != null) {// 回调