Commit 1c15608d by guanzhenshan

亚马逊广告增加帐号id日志

parent 8a5c1385
...@@ -108,11 +108,11 @@ public class AmazonAdDownloadReportJob implements SimpleJob { ...@@ -108,11 +108,11 @@ public class AmazonAdDownloadReportJob implements SimpleJob {
break; break;
} else { } else {
String s = response.body().string(); String s = response.body().string();
log.warn("第" + i+"次下载报告不成功: " + s); log.warn("账号Id"+ jobAmazonAdLog.getAccountId()+",第" + i+"次下载报告不成功: " + s);
} }
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
log.error("第" + i+"次调用获取AmazonADReportLocation错误:", e); log.error("账号Id"+ jobAmazonAdLog.getAccountId()+",第" + i+"次调用获取AmazonADReportLocation错误:", e);
} finally { } finally {
SessionUtil.closeSession(); SessionUtil.closeSession();
if (gzin != null) { if (gzin != null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment