Showing
1 changed file
with
1 additions
and
1 deletions
@@ -257,7 +257,7 @@ public class DingdangServiceImpl implements DingdangService { | @@ -257,7 +257,7 @@ public class DingdangServiceImpl implements DingdangService { | ||
257 | String idfa = unionActivityLogs.getIdfa(); | 257 | String idfa = unionActivityLogs.getIdfa(); |
258 | String imei = unionActivityLogs.getImei(); | 258 | String imei = unionActivityLogs.getImei(); |
259 | int createTime = unionActivityLogs.getCreateTime(); | 259 | int createTime = unionActivityLogs.getCreateTime(); |
260 | - int saveTime = createTime - 2*60*60; | 260 | + int saveTime = createTime - 3*60*60; |
261 | UnionClickLogs unionClickLogs = null; | 261 | UnionClickLogs unionClickLogs = null; |
262 | if(StringUtils.isNotEmpty(idfa)){ | 262 | if(StringUtils.isNotEmpty(idfa)){ |
263 | unionClickLogs = unionClickLogsDAO.selectByIdfa(idfa,saveTime,createTime); | 263 | unionClickLogs = unionClickLogsDAO.selectByIdfa(idfa,saveTime,createTime); |
-
Please register or login to post a comment