Commit 445d6ee2 by wutong

更新分页

parent aa919445
...@@ -70,8 +70,8 @@ public class EbayFinanceSyncJob extends PointJob { ...@@ -70,8 +70,8 @@ public class EbayFinanceSyncJob extends PointJob {
} }
} }
} }
jobPointLog.setPageIndex(jobPointLog.getPageIndex() + 1); page++;
} while (jobPointLog.getPageIndex() <= totalPage); } while (page <= totalPage);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
log.warn("Ebay定时同步费用接口错误",e); log.warn("Ebay定时同步费用接口错误",e);
......
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