瀏覽代碼

设备获取信息展示后台-修复

yinhao 4 年之前
父節點
當前提交
8e282f869b

+ 1 - 1
huimv-test-platform/huimv-ctwing-manage/src/main/java/com/huimv/devicedata/modular/controller/DeviceDataController.java

@@ -73,7 +73,7 @@ public class DeviceDataController {
      * @param keyword 搜索关键字
      * @return
      */
-    @RequestMapping(value = "/incidentReport", method = {RequestMethod.POST, RequestMethod.GET})
+    @RequestMapping(value = "/upAndDown", method = {RequestMethod.POST, RequestMethod.GET})
     public ResponseData pageUpAndDown(@RequestParam(value = "pageNum") Integer pageNum,
                                            @RequestParam(value = "pageSize") Integer pageSize,
                                            @RequestParam(value = "keyword", required = false) String keyword) {