Commit 4f2a3ec7 by yinyong

数据中心--eaby广告费

parent da361812
...@@ -181,8 +181,9 @@ public class EbayFinanceAdSyncJob extends PointJob { ...@@ -181,8 +181,9 @@ public class EbayFinanceAdSyncJob extends PointJob {
dcBaseFinanceEbayMapper.insertTestSelective(dcBaseFinanceEbay); dcBaseFinanceEbayMapper.insertTestSelective(dcBaseFinanceEbay);
} }
/*}*/ /*}*/
}pageIndex = pageIndex + 1; }
} }
pageIndex = pageIndex + 1;
}while (getAccountCall.getHasMoreEntries()); }while (getAccountCall.getHasMoreEntries());
jobAccountLog.setPageIndex(1); jobAccountLog.setPageIndex(1);
jobAccountLog.setStartTime(jobAccountLog.getStartTime().plusDays(jobAccountLog.getIntervalTime())); jobAccountLog.setStartTime(jobAccountLog.getStartTime().plusDays(jobAccountLog.getIntervalTime()));
......
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