Commit d46cff55 authored by she's avatar she

数据类型

parent 921b6f74
...@@ -191,7 +191,7 @@ public class OrderData implements Serializable { ...@@ -191,7 +191,7 @@ public class OrderData implements Serializable {
if (appsFlyerEvent.getIs_retargeting()) { //再营销数据 if (appsFlyerEvent.getIs_retargeting()) { //再营销数据
this.setData_type(2); this.setData_type(2);
} }
if (appsFlyerEvent.getCampaign().toLowerCase(Locale.ROOT).startsWith("acp")) { //预注册数据 if (appsFlyerEvent.getCampaign().toLowerCase(Locale.ROOT).startsWith("acp")|| appsFlyerEvent.getCampaign().toLowerCase(Locale.ROOT).contains("pre")) { //预注册数据
this.setData_type(3); this.setData_type(3);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment