|
@@ -159,8 +159,8 @@ public class TestController {
|
|
@Override
|
|
@Override
|
|
public void run() {
|
|
public void run() {
|
|
SimpleDateFormat sim = new SimpleDateFormat("yyyy-MM-dd");
|
|
SimpleDateFormat sim = new SimpleDateFormat("yyyy-MM-dd");
|
|
- Date startDate = sim.parse("2020-02-01");
|
|
|
|
- Date endDate = sim.parse("2020-02-09");
|
|
|
|
|
|
+ Date startDate = sim.parse("2020-01-30");
|
|
|
|
+ Date endDate = sim.parse("2020-01-31");
|
|
//1:查询当日数据
|
|
//1:查询当日数据
|
|
//executorService = Executors.newFixedThreadPool(3);
|
|
//executorService = Executors.newFixedThreadPool(3);
|
|
QueryWrapper<CtopOauthToken> oauthTokenQueryWrapper = new QueryWrapper<>();
|
|
QueryWrapper<CtopOauthToken> oauthTokenQueryWrapper = new QueryWrapper<>();
|