Commit ff95ad72 by guanzhenshan

更新测试用例

parent a43af0c0
...@@ -32,7 +32,7 @@ public class DailyStockTest { ...@@ -32,7 +32,7 @@ public class DailyStockTest {
JobPointLog jobPointLog = new JobPointLog(); JobPointLog jobPointLog = new JobPointLog();
jobPointLog.setPageIndex(0); jobPointLog.setPageIndex(0);
jobPointLog.setPageSize(1000); jobPointLog.setPageSize(1000);
jobPointLog.setStartTime(LocalDateTime.of(2019,05,10,9,40,0)); jobPointLog.setStartTime(LocalDateTime.of(2020,06,12,16,03,0));
fbaStockJob.executeJob(null,jobPointLog); fbaStockJob.executeJob(null,jobPointLog);
} }
......
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