admin
2019-10-10 e19ce4be094d93f68bdb6ee1c28e9caa502bf2c4
fanli/src/main/java/com/yeshi/fanli/util/SpringContext.java
@@ -926,7 +926,7 @@
                     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) {
                              DeviceActive deviceActive = deviceActiveService