|
@@ -572,7 +572,7 @@ public class CpPushDataServiceImpl implements ICpPushDataService {
|
|
|
}
|
|
|
Tuple2<Boolean, Boolean> jsonAndEmpty = this.isJsonAndEmpty(channel);
|
|
|
//channel渠道信息非json格式, 或者是空json
|
|
|
- if (!jsonAndEmpty.getT1() || jsonAndEmpty.getT2() || Objects.equals("{}", channel)) {
|
|
|
+ if (!jsonAndEmpty.getT1() || jsonAndEmpty.getT2()) {
|
|
|
//返回自然量渠道
|
|
|
return Tuples.of(0L, Collections.emptyMap());
|
|
|
}
|