yumeng %!s(int64=5) %!d(string=hai) anos
pai
achega
4cb8562f3f

+ 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-09");
+                Date startDate = sim.parse("2020-01-30");
+                Date endDate = sim.parse("2020-01-31");
                 //1:查询当日数据
                 //executorService = Executors.newFixedThreadPool(3);
                 QueryWrapper<CtopOauthToken> oauthTokenQueryWrapper = new QueryWrapper<>();