Showing
1 changed file
with
1 additions
and
0 deletions
@@ -277,6 +277,7 @@ public class DingdangServiceImpl implements DingdangService { | @@ -277,6 +277,7 @@ public class DingdangServiceImpl implements DingdangService { | ||
277 | 277 | ||
278 | //如果能找到对应的unionClickLogs,则记录大数据的日志 | 278 | //如果能找到对应的unionClickLogs,则记录大数据的日志 |
279 | if(unionClickLogs!=null){ | 279 | if(unionClickLogs!=null){ |
280 | + log.info("match success idfa is {}",unionActivityLogs.getIdfa()); | ||
280 | // 记录日志 | 281 | // 记录日志 |
281 | JSONObject j = new JSONObject(); | 282 | JSONObject j = new JSONObject(); |
282 | String dateid = DateUtil.timeStamp2Date(String.valueOf(createTime), "yyyy-MM-dd HH:mm:ss"); | 283 | String dateid = DateUtil.timeStamp2Date(String.valueOf(createTime), "yyyy-MM-dd HH:mm:ss"); |
-
Please register or login to post a comment