瀏覽代碼

返回结果优化

Zhaops 6 年之前
父節點
當前提交
9e5a647b9a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      diagbotman-service/src/main/java/com/diagbot/web/ServiceInfoController.java

+ 1 - 1
diagbotman-service/src/main/java/com/diagbot/web/ServiceInfoController.java

@@ -115,7 +115,7 @@ public class ServiceInfoController {
     @PostMapping("/getServiceListPageByCurrentUser")
     @PostMapping("/getServiceListPageByCurrentUser")
     @SysLogger("getServiceListPageByCurrentUser")
     @SysLogger("getServiceListPageByCurrentUser")
     @Transactional
     @Transactional
-    public RespDTO getServiceListPageByCurrentUser(@RequestBody Page<ServiceInfo> page) {
+    public RespDTO getServiceListPageByCurrentUser(@RequestBody Page page) {
         IPage<ServiceInfo> list = serviceInfoFacade.getServiceListPageByCurrentUser(page);
         IPage<ServiceInfo> list = serviceInfoFacade.getServiceListPageByCurrentUser(page);
         return RespDTO.onSuc(list);
         return RespDTO.onSuc(list);
     }
     }