wangmiaomiao 1 年之前
父節點
當前提交
9af7a88479
共有 1 個文件被更改,包括 8 次插入8 次删除
  1. 8 8
      slibra-quartz/src/main/java/com/slibra/quartz/task/RyTask.java

+ 8 - 8
slibra-quartz/src/main/java/com/slibra/quartz/task/RyTask.java

@@ -44,7 +44,7 @@ public class RyTask
 
 
     @Autowired
     @Autowired
     private TXinyiIndustryMapper xinyiIndustryMapper;
     private TXinyiIndustryMapper xinyiIndustryMapper;
-    public final static StopWatch watch = new StopWatch("task");
+//    public final static StopWatch watch = new StopWatch("task");
     public static final String[] queryTags = {"信义污水厂JS_COD_Value","信义污水厂JS_PH_Value","信义污水厂JS_SS_Value","信义污水厂JS_ZL_Value","信义污水厂JS_ZA_Value","信义污水厂JS_AD_Value","信义污水厂JS_T_Value","信义污水厂进水泵房液位","信义污水厂出水瞬时流量","信义污水厂升级出水COD","信义污水厂升级出水PH","信义污水厂升级出水SS","信义污水厂升级出水TN","信义污水厂升级出水TP","信义污水厂升级出水氨氮","信义污水厂AIT202_Value","信义污水厂AIT203_Value","信义污水厂AIT207_Value","信义污水厂AIT206_Value","信义污水厂AIT209_Value","信义污水厂AIT210_Value","信义污水厂进水TDS","信义污水厂FT101_Value","信义污水厂SWCHHYHLB1_R_Value","信义污水厂SWCHHYHLB2_R_Value","信义污水厂SWCHHYHLB3_R_Value","信义污水厂SWCHHYHLB4_R_Value","信义污水厂SWCHHYHLB5_R_Value","信义污水厂SWCHHYHLB6_R_Value","信义污水厂SWCWNHLB1_R_Value","信义污水厂SWCWNHLB2_R_Value","信义污水厂SWCWNHLB3_R_Value","信义污水厂SWCWNHLB4_R_Value","信义污水厂SWCWNHLB5_R_Value","信义污水厂GFJ1_R_Value","信义污水厂GFJ2_R_Value","信义污水厂GFJ3_R_Value","信义污水厂GFJ4_R_Value","信义污水厂GFJ5_R_Value","信义污水厂GFJ6_R_Value","信义污水厂GFJ1_KQLL_Value","信义污水厂GFJ2_KQLL_Value","信义污水厂GFJ3_KQLL_Value","信义污水厂GFJ4_KQLL_Value","信义污水厂GFJ5_KQLL_Value","信义污水厂GFJ6_KQLL_Value"};
     public static final String[] queryTags = {"信义污水厂JS_COD_Value","信义污水厂JS_PH_Value","信义污水厂JS_SS_Value","信义污水厂JS_ZL_Value","信义污水厂JS_ZA_Value","信义污水厂JS_AD_Value","信义污水厂JS_T_Value","信义污水厂进水泵房液位","信义污水厂出水瞬时流量","信义污水厂升级出水COD","信义污水厂升级出水PH","信义污水厂升级出水SS","信义污水厂升级出水TN","信义污水厂升级出水TP","信义污水厂升级出水氨氮","信义污水厂AIT202_Value","信义污水厂AIT203_Value","信义污水厂AIT207_Value","信义污水厂AIT206_Value","信义污水厂AIT209_Value","信义污水厂AIT210_Value","信义污水厂进水TDS","信义污水厂FT101_Value","信义污水厂SWCHHYHLB1_R_Value","信义污水厂SWCHHYHLB2_R_Value","信义污水厂SWCHHYHLB3_R_Value","信义污水厂SWCHHYHLB4_R_Value","信义污水厂SWCHHYHLB5_R_Value","信义污水厂SWCHHYHLB6_R_Value","信义污水厂SWCWNHLB1_R_Value","信义污水厂SWCWNHLB2_R_Value","信义污水厂SWCWNHLB3_R_Value","信义污水厂SWCWNHLB4_R_Value","信义污水厂SWCWNHLB5_R_Value","信义污水厂GFJ1_R_Value","信义污水厂GFJ2_R_Value","信义污水厂GFJ3_R_Value","信义污水厂GFJ4_R_Value","信义污水厂GFJ5_R_Value","信义污水厂GFJ6_R_Value","信义污水厂GFJ1_KQLL_Value","信义污水厂GFJ2_KQLL_Value","信义污水厂GFJ3_KQLL_Value","信义污水厂GFJ4_KQLL_Value","信义污水厂GFJ5_KQLL_Value","信义污水厂GFJ6_KQLL_Value"};
 
 
     /**
     /**
@@ -53,12 +53,12 @@ public class RyTask
     public void getIndustryData(){
     public void getIndustryData(){
 
 
         //耗时工具
         //耗时工具
-        watch.start("parseJob");
+//        watch.start("parseJob");
 
 
 
 
         // 给定时间段的起始时间和结束时间
         // 给定时间段的起始时间和结束时间
-        LocalDateTime startTime = LocalDateTime.parse("2022-07-01T00:00:00");
-        LocalDateTime endTime = LocalDateTime.parse("2023-12-31T23:59:59");
+        LocalDateTime endTime =  LocalDateTime.now();
+        LocalDateTime startTime = endTime.plusMinutes(-60);
 
 
 
 
         /*LocalDateTime startTime = LocalDateTime.parse("2024-02-26T00:00:00");
         /*LocalDateTime startTime = LocalDateTime.parse("2024-02-26T00:00:00");
@@ -71,7 +71,7 @@ public class RyTask
         LocalDateTime currentHour = startTime;
         LocalDateTime currentHour = startTime;
         while (currentHour.isBefore(endTime)) {
         while (currentHour.isBefore(endTime)) {
             String begin = currentHour.format(formatter);
             String begin = currentHour.format(formatter);
-            String end = currentHour.plusMinutes(10).format(formatter);
+            String end = currentHour.plusMinutes(5).format(formatter);
             // 输出当前小时的起始时间和结束时间
             // 输出当前小时的起始时间和结束时间
             System.out.println("起始时间:" + begin);
             System.out.println("起始时间:" + begin);
             System.out.println("结束时间:" + end);
             System.out.println("结束时间:" + end);
@@ -80,7 +80,7 @@ public class RyTask
             currentHour = currentHour.plusMinutes(10);
             currentHour = currentHour.plusMinutes(10);
 
 
             //每个小时查询一次数据
             //每个小时查询一次数据
-            String url = "http://192.168.10.113:4568/api/v1/khquerydata";
+            String url = "http://10.0.0.27:4568/api/v1/khquerydata";
             HashMap<String, Object> req = new HashMap<>();
             HashMap<String, Object> req = new HashMap<>();
             req.put("tagNames", queryTags);
             req.put("tagNames", queryTags);
             req.put("startTime", begin);
             req.put("startTime", begin);
@@ -257,8 +257,8 @@ public class RyTask
 
 
         //执行完成 测试执行时间
         //执行完成 测试执行时间
         //计时结束
         //计时结束
-        watch.stop();
-        System.out.println(watch.getLastTaskName() + " 执行耗时:" + watch.getLastTaskTimeMillis() + " ms");
+//        watch.stop();
+//        System.out.println(watch.getLastTaskName() + " 执行耗时:" + watch.getLastTaskTimeMillis() + " ms");
     }
     }