From dcb98a36af4ad7823edd61a9c3388bd024db740f Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Mon, 21 Aug 2023 14:33:13 +0800
Subject: [PATCH] chore:测试提交

---
 screen-api/src/main/java/com/moral/api/controller/HistoryHourlyController.java |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/screen-api/src/main/java/com/moral/api/controller/HistoryHourlyController.java b/screen-api/src/main/java/com/moral/api/controller/HistoryHourlyController.java
index 64e8528..bcccc46 100644
--- a/screen-api/src/main/java/com/moral/api/controller/HistoryHourlyController.java
+++ b/screen-api/src/main/java/com/moral/api/controller/HistoryHourlyController.java
@@ -100,7 +100,7 @@
         return ResultMessage.ok(resultList);
     }
 
-    @RequestMapping(value = "getHourCompleteDataByMacSensorCodeDate2", method = RequestMethod.GET)
+    @RequestMapping(value = "test2", method = RequestMethod.GET)
     @ResponseBody
     public ResultMessage test2(HttpServletRequest request){
         Map<String, Object> parameters = WebUtils.getParametersStartingWith(request,null);
@@ -124,4 +124,11 @@
     }
 
 
+    @RequestMapping(value = "historyHourlyTest", method = RequestMethod.GET)
+    public ResultMessage historyHourlyTest(){
+         historyHourlyService.historyHourly();
+        return ResultMessage.ok();
+    }
+
+
 }

--
Gitblit v1.8.0