Authored by DengXinFei

移除无用代码

@@ -404,13 +404,10 @@ public class UnionServiceImpl implements IUnionService,ApplicationEventPublisher @@ -404,13 +404,10 @@ public class UnionServiceImpl implements IUnionService,ApplicationEventPublisher
404 String appkey = request.getAppkey(); 404 String appkey = request.getAppkey();
405 String app_key = "yohobuy_ios"; 405 String app_key = "yohobuy_ios";
406 if ("yohobuy".equals(appkey)) { 406 if ("yohobuy".equals(appkey)) {
407 - appkey = "yohobuy";  
408 app_key = "yohobuy_ios"; 407 app_key = "yohobuy_ios";
409 } else if ("yoho".equals(appkey)) { 408 } else if ("yoho".equals(appkey)) {
410 - appkey = "yoho!";  
411 app_key = "yoho!_ios"; 409 app_key = "yoho!_ios";
412 } else if ("mars".equals(appkey)) { 410 } else if ("mars".equals(appkey)) {
413 - appkey = "yohomars";  
414 app_key = "yohomars_ios"; 411 app_key = "yohomars_ios";
415 } 412 }
416 List<AppActivateIdfaList> _90DayIdfaList = appActivateIdfaListDAO.selectByUdidAndDate(new AppActivateIdfaList(Long.valueOf(yesterday), request.getUdid(), app_key)); 413 List<AppActivateIdfaList> _90DayIdfaList = appActivateIdfaListDAO.selectByUdidAndDate(new AppActivateIdfaList(Long.valueOf(yesterday), request.getUdid(), app_key));