jinpengyong
2023-08-22 e6f974ca6eab798c2df5c09cdb8320ecf4ff4185
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();
    }
}