From d331c5475f0b07f36161a4464d92e32b6913b4e9 Mon Sep 17 00:00:00 2001
From: lidongdong <1459917685@qq.com>
Date: 星期五, 24 十一月 2023 14:50:43 +0800
Subject: [PATCH] 后台增加用户搜索列表

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityUnionService.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityUnionService.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityUnionService.java
index 7eea383..33fd506 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityUnionService.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityUnionService.java
@@ -239,7 +239,8 @@
     @GetMapping("/UnionExchangeRecord/getList")
     public R unionExchangeRecordGetList(@RequestParam("pageNum") int pageNum,
                                         @RequestParam("pageSize") int pageSize,
-                                        @RequestParam(value = "communityId",required = false) String communityId);
+                                        @RequestParam(value = "communityId",required = false) String communityId,
+                                        @RequestParam(value = "orderType",required = false) String orderType);
 
 
     @GetMapping("/UnionExchangeRecord/getData")

--
Gitblit v1.7.1