From 54943aae95a1e36ae492082bf19a0b470fddcfb5 Mon Sep 17 00:00:00 2001
From: xiaogang <905166056@qq.com>
Date: 星期六, 17 七月 2021 23:39:06 +0800
Subject: [PATCH] 优化

---
 service-community/src/main/java/com/java110/community/dao/impl/CommunityServiceDaoImpl.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/service-community/src/main/java/com/java110/community/dao/impl/CommunityServiceDaoImpl.java b/service-community/src/main/java/com/java110/community/dao/impl/CommunityServiceDaoImpl.java
old mode 100644
new mode 100755
index 2b3fc36..001533f
--- a/service-community/src/main/java/com/java110/community/dao/impl/CommunityServiceDaoImpl.java
+++ b/service-community/src/main/java/com/java110/community/dao/impl/CommunityServiceDaoImpl.java
@@ -480,4 +480,14 @@
         return Integer.parseInt(businessCommunityInfos.get(0).get("count").toString());
     }
 
+    @Override
+    public List<Map> getStoreCommunitys(Map info) {
+        logger.debug("鏌ヨ灏忓尯淇℃伅 鍏ュ弬 info : {}", info);
+
+        List<Map> businessCommunityInfos = sqlSessionTemplate.selectList("communityServiceDaoImpl.getStoreCommunitys", info);
+
+        return businessCommunityInfos;
+    }
+
+
 }

--
Gitblit v1.8.0