Commit 1c15608d by guanzhenshan

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

parent 8a5c1385
......@@ -108,11 +108,11 @@ public class AmazonAdDownloadReportJob implements SimpleJob {
break;
} else {
String s = response.body().string();
log.warn("第" + i+"次下载报告不成功: " + s);
log.warn("账号Id"+ jobAmazonAdLog.getAccountId()+",第" + i+"次下载报告不成功: " + s);
}
} catch (Exception e) {
e.printStackTrace();
log.error("第" + i+"次调用获取AmazonADReportLocation错误:", e);
log.error("账号Id"+ jobAmazonAdLog.getAccountId()+",第" + i+"次调用获取AmazonADReportLocation错误:", e);
} finally {
SessionUtil.closeSession();
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