From 7d64716cb0d406f21cde03976fd273bd07fdc06f Mon Sep 17 00:00:00 2001
From: whycxzp <perryhsu@163.com>
Date: 星期二, 28 九月 2021 11:44:28 +0800
Subject: [PATCH] 更新用户-角色-菜单-权限

---
 src/main/java/com/whyc/controller/DeviceMaintainController.java |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/main/java/com/whyc/controller/DeviceMaintainController.java b/src/main/java/com/whyc/controller/DeviceMaintainController.java
index d1b5cd4..216b3ec 100644
--- a/src/main/java/com/whyc/controller/DeviceMaintainController.java
+++ b/src/main/java/com/whyc/controller/DeviceMaintainController.java
@@ -27,18 +27,17 @@
     @Autowired
     private DeviceMaintainService service;
 
-    @PostMapping("page")
+    /*@PostMapping("page")
     @ApiOperation(value = "鏌ヨ璁″垝鍒嗛〉")
     public Response getPageByCondition(@RequestParam Integer pageNum, @RequestParam Integer pageSize,
                                        @RequestBody DeviceMaintainDTO maintainDTO
     ) {
         return service.getPageByCondition(pageNum, pageSize,maintainDTO);
-    }
+    }*/
 
-    @PostMapping("page2")
+    @PostMapping("page")
     @ApiOperation(value = "鏌ヨ璁″垝鍒嗛〉")
-    @ApiIgnore
-    public Response getPageByCondition2(@RequestParam Integer pageNum, @RequestParam Integer pageSize,
+    public Response getPageByCondition(@RequestParam Integer pageNum, @RequestParam Integer pageSize,
                                        @RequestBody DeviceMaintainDTO maintainDTO
     ) {
         return service.getPageByCondition2(pageNum, pageSize,maintainDTO);

--
Gitblit v1.9.1