From 42f9c8cf31cc8a694c6478b12c832c1991bf35b7 Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Mon, 21 Aug 2023 15:58:10 +0800 Subject: [PATCH] chore:测试提交 --- screen-api/src/main/java/com/moral/api/controller/HistoryHourlyController.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 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 d0b826f..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 @@ -124,4 +124,11 @@ } + @RequestMapping(value = "historyHourlyTest", method = RequestMethod.GET) + public ResultMessage historyHourlyTest(){ + historyHourlyService.historyHourly(); + return ResultMessage.ok(); + } + + } -- Gitblit v1.8.0