Pārlūkot izejas kodu

数据缺失重跑

yumeng 5 gadi atpakaļ
vecāks
revīzija
4c115bed15

+ 2 - 2
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/TestController.java

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