Merge branch 'master' of http://git.yoho.cn/yoho30/yohobuy-union
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -530,13 +530,13 @@ public class UnionServiceImpl implements IUnionService, IBusinessExportService, | @@ -530,13 +530,13 @@ public class UnionServiceImpl implements IUnionService, IBusinessExportService, | ||
530 | 530 | ||
531 | //判断90天内是否在大数据有记录 | 531 | //判断90天内是否在大数据有记录 |
532 | if (baseUserActiveDay!=null) { | 532 | if (baseUserActiveDay!=null) { |
533 | - log.warn("ios activateUnion error because 90 days has activate in bigdata database info with param is {}", request); | 533 | + log.info("ios activateUnion error because 90 days has activate in bigdata database info with param is {}", request); |
534 | String time = DateUtil.getcurrentTime(); | 534 | String time = DateUtil.getcurrentTime(); |
535 | udidPool.info("Has action in 90 days at bigdata. udid is {},idfa is {},current time is {}", request.getUdid(), request.getIdfa(),time); | 535 | udidPool.info("Has action in 90 days at bigdata. udid is {},idfa is {},current time is {}", request.getUdid(), request.getIdfa(),time); |
536 | //判断15天内是否在大数据有记录 | 536 | //判断15天内是否在大数据有记录 |
537 | if (CollectionUtils.isNotEmpty(_15DayIdfaList)) { | 537 | if (CollectionUtils.isNotEmpty(_15DayIdfaList)) { |
538 | //15天内有记录,退出 | 538 | //15天内有记录,退出 |
539 | - log.warn("activateUnion error because 15 days has activate in bigdata database info with param is {}", request); | 539 | + log.info("activateUnion error because 15 days has activate in bigdata database info with param is {}", request); |
540 | } else { | 540 | } else { |
541 | //根据mkt_markering | 541 | //根据mkt_markering |
542 | //15天内没有记录,则记录大数据日志,退出 | 542 | //15天内没有记录,则记录大数据日志,退出 |
@@ -570,7 +570,7 @@ public class UnionServiceImpl implements IUnionService, IBusinessExportService, | @@ -570,7 +570,7 @@ public class UnionServiceImpl implements IUnionService, IBusinessExportService, | ||
570 | activeUnion.info("check android active info in 90 days. udid is {} and app_key is {},result is {}", request.getUdid(), appKey, baseUserActiveDay); | 570 | activeUnion.info("check android active info in 90 days. udid is {} and app_key is {},result is {}", request.getUdid(), appKey, baseUserActiveDay); |
571 | 571 | ||
572 | if (baseUserActiveDay!=null){ | 572 | if (baseUserActiveDay!=null){ |
573 | - log.warn("android activateUnion error because 90 days has activate in bigdata database info with param is {}", request); | 573 | + log.info("android activateUnion error because 90 days has activate in bigdata database info with param is {}", request); |
574 | // 无效激活 | 574 | // 无效激活 |
575 | saveUnionInvalidLogs(Long.valueOf(click.getUnion_type()),mktMarketingUrl.getName(),request.getClient_type(), request); | 575 | saveUnionInvalidLogs(Long.valueOf(click.getUnion_type()),mktMarketingUrl.getName(),request.getClient_type(), request); |
576 | return new UnionResponse(200, "have activite in 90 days",result); | 576 | return new UnionResponse(200, "have activite in 90 days",result); |
-
Please register or login to post a comment