From acf418c6598ef68c7730a98008860ea821ba6335 Mon Sep 17 00:00:00 2001
From: 101captain <237651143@qq.com>
Date: 星期一, 14 三月 2022 15:57:28 +0800
Subject: [PATCH] Merge branch 'hemenkou_dev' into dev

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
index 29f7c92..993004b 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -4,6 +4,7 @@
 
 import com.panzhihua.common.model.dtos.PageBaseDTO;
 import com.panzhihua.common.model.dtos.civil.*;
+import com.panzhihua.common.model.dtos.common.*;
 import com.panzhihua.common.model.dtos.community.warehouse.ComActWarehouseApplyDTO;
 import com.panzhihua.common.model.dtos.community.GetIdentityEidTokenDTO;
 import com.panzhihua.common.model.dtos.community.*;
@@ -49,15 +50,6 @@
 import com.panzhihua.common.model.dtos.civil.ComActSocialWorkerEditDTO;
 import com.panzhihua.common.model.dtos.civil.ComActSocialWorkerExcelVO;
 import com.panzhihua.common.model.dtos.civil.PageComActSocialWorkerDTO;
-import com.panzhihua.common.model.dtos.common.AddComMngVolunteerOrgTeamDto;
-import com.panzhihua.common.model.dtos.common.AddComMngVolunteerServiceTypeDto;
-import com.panzhihua.common.model.dtos.common.AddComMngVolunteerSkillDto;
-import com.panzhihua.common.model.dtos.common.EditComMngVolunteerOrgTeamDto;
-import com.panzhihua.common.model.dtos.common.EditComMngVolunteerServiceTypeDto;
-import com.panzhihua.common.model.dtos.common.EditComMngVolunteerSkillDto;
-import com.panzhihua.common.model.dtos.common.PageComMngVolunteerOrgTeamDto;
-import com.panzhihua.common.model.dtos.common.PageComMngVolunteerServiceTypeDto;
-import com.panzhihua.common.model.dtos.common.PageComMngVolunteerSkillDto;
 import com.panzhihua.common.model.dtos.community.AddComActDynTypeDTO;
 import com.panzhihua.common.model.dtos.community.AddIdentityAuthDTO;
 import com.panzhihua.common.model.dtos.community.CancelRecordDTO;
@@ -9491,4 +9483,15 @@
      */
     @GetMapping("/screen/courtyard/base")
     R getCourtyardBaseData(@RequestParam("communityId") Long communityId);
+
+    /**
+     * description  queryByPage  分页查询
+     *
+     * @param comActEasyPhotoHandler 请求参数
+     * @return 分页查询返回参数
+     * @author lyq
+     * @date 2022-03-01 13:45:10
+     */
+    @PostMapping("/comActEasyPhotoHandler/page")
+    R queryEasyPhotoHandler(@RequestBody PageComActEasyPhotoHandlerDto comActEasyPhotoHandler);
 }

--
Gitblit v1.7.1