Showing
1 changed file
with
0 additions
and
7 deletions
@@ -295,13 +295,6 @@ public class UnionServiceImpl implements IUnionService, IBusinessExportService, | @@ -295,13 +295,6 @@ public class UnionServiceImpl implements IUnionService, IBusinessExportService, | ||
295 | return new UnionResponse(200, "imei is empty",new JSONObject()); | 295 | return new UnionResponse(200, "imei is empty",new JSONObject()); |
296 | } | 296 | } |
297 | 297 | ||
298 | - try{ | ||
299 | - // 打开app记录日志,数据量太大,没什么用,去掉 | ||
300 | - saveActivityLog(request); | ||
301 | - }catch (Exception e){ | ||
302 | - log.error("activity save log error is {}",e.getMessage()); | ||
303 | - } | ||
304 | - | ||
305 | // 组装redis保存的key | 298 | // 组装redis保存的key |
306 | String key = ""; | 299 | String key = ""; |
307 | String value = ""; | 300 | String value = ""; |
-
Please register or login to post a comment