From 18d1f4bc4f4f77c8883702a00896dd99469db648 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期五, 25 八月 2023 16:06:37 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-interface/src/main/java/com/java110/intf/user/IRoleCommunityV1InnerServiceSMO.java | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/java110-interface/src/main/java/com/java110/intf/user/IRoleCommunityV1InnerServiceSMO.java b/java110-interface/src/main/java/com/java110/intf/user/IRoleCommunityV1InnerServiceSMO.java
index a9ca47b..a2a75f2 100644
--- a/java110-interface/src/main/java/com/java110/intf/user/IRoleCommunityV1InnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/user/IRoleCommunityV1InnerServiceSMO.java
@@ -16,8 +16,8 @@
package com.java110.intf.user;
import com.java110.config.feign.FeignConfiguration;
-import com.java110.dto.roleCommunity.RoleCommunityDto;
-import com.java110.po.roleCommunity.RoleCommunityPo;
+import com.java110.dto.privilege.RoleCommunityDto;
+import com.java110.po.privilege.RoleCommunityPo;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
@@ -65,4 +65,8 @@
*/
@RequestMapping(value = "/queryRoleCommunitysCount", method = RequestMethod.POST)
int queryRoleCommunitysCount(@RequestBody RoleCommunityDto roleCommunityDto);
+ @RequestMapping(value = "/queryRoleCommunitysNameCount", method = RequestMethod.POST)
+ int queryRoleCommunitysNameCount(@RequestBody RoleCommunityDto orgCommunityDto);
+ @RequestMapping(value = "/queryRoleCommunitysName", method = RequestMethod.POST)
+ List<RoleCommunityDto> queryRoleCommunitysName(@RequestBody RoleCommunityDto orgCommunityDto);
}
--
Gitblit v1.8.0