From 321d1e2b43dec914934f89202377d5a257c5bb20 Mon Sep 17 00:00:00 2001 From: zhangqinbin <181961702@qq.com> Date: Thu, 1 Feb 2024 10:28:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=8E=E4=BB=A3=E7=A0=81=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E7=8B=AC=E7=AB=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/ProjectSectionController.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/controller/ProjectSectionController.java b/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/controller/ProjectSectionController.java index 5a1bf46..8df4232 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/controller/ProjectSectionController.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/controller/ProjectSectionController.java @@ -114,7 +114,19 @@ public class ProjectSectionController{ return BaseResponse.success(projectSectionService.getPage(projectSection)); } + /** + * 查询分页数据 低代码平台使用 + * + * @param projectSection 分页信息 + * + * @return 返回结果 + */ + @ApiOperation("查询分页数据") + @PostMapping("/getDdmPage") + public BaseResponse> getDdmPage(@ApiParam(value = "对象数据", required = true) @RequestBody ProjectSectionVO projectSection){ + return BaseResponse.success(projectSectionService.getPage(projectSection)); + } /** * 项目标段信息查询数据