...
|
...
|
@@ -404,13 +404,10 @@ public class UnionServiceImpl implements IUnionService,ApplicationEventPublisher |
|
|
String appkey = request.getAppkey();
|
|
|
String app_key = "yohobuy_ios";
|
|
|
if ("yohobuy".equals(appkey)) {
|
|
|
appkey = "yohobuy";
|
|
|
app_key = "yohobuy_ios";
|
|
|
} else if ("yoho".equals(appkey)) {
|
|
|
appkey = "yoho!";
|
|
|
app_key = "yoho!_ios";
|
|
|
} else if ("mars".equals(appkey)) {
|
|
|
appkey = "yohomars";
|
|
|
app_key = "yohomars_ios";
|
|
|
}
|
|
|
List<AppActivateIdfaList> _90DayIdfaList = appActivateIdfaListDAO.selectByUdidAndDate(new AppActivateIdfaList(Long.valueOf(yesterday), request.getUdid(), app_key));
|
...
|
...
|
|