Showing
1 changed file
with
1 additions
and
1 deletions
@@ -456,7 +456,7 @@ public class UnionServiceImpl implements IUnionService, IBusinessExportService, | @@ -456,7 +456,7 @@ public class UnionServiceImpl implements IUnionService, IBusinessExportService, | ||
456 | 456 | ||
457 | // 如果redis中不存在存在该用户点击信息,则退出 | 457 | // 如果redis中不存在存在该用户点击信息,则退出 |
458 | if (StringUtils.isEmpty(value)) { | 458 | if (StringUtils.isEmpty(value)) { |
459 | - log.warn("activateUnion error user not click info. with param is {}", request); | 459 | + log.info("activateUnion error user not click info. with param is {}", request); |
460 | return new UnionResponse(200, "user not click",new JSONObject()); | 460 | return new UnionResponse(200, "user not click",new JSONObject()); |
461 | } | 461 | } |
462 | 462 |
-
Please register or login to post a comment