From 9e29441646434d9f54a2c3e855a724633885d8a4 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 13 八月 2019 19:43:49 +0800
Subject: [PATCH] 缓存开发测试完成
---
WebService/src/main/java/com/java110/web/smo/community/impl/ListCommunitysSMOImpl.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/WebService/src/main/java/com/java110/web/smo/community/impl/ListCommunitysSMOImpl.java b/WebService/src/main/java/com/java110/web/smo/community/impl/ListCommunitysSMOImpl.java
index 93a21f5..b4f2527 100644
--- a/WebService/src/main/java/com/java110/web/smo/community/impl/ListCommunitysSMOImpl.java
+++ b/WebService/src/main/java/com/java110/web/smo/community/impl/ListCommunitysSMOImpl.java
@@ -5,11 +5,11 @@
import com.java110.common.constant.ServiceConstant;
import com.java110.common.exception.SMOException;
import com.java110.common.util.BeanConvertUtil;
-import com.java110.core.client.RestTemplate;
+import com.java110.web.smo.community.IListCommunitysSMO;
+import org.springframework.web.client.RestTemplate;
import com.java110.core.context.IPageData;
import com.java110.entity.component.ComponentValidateResult;
import com.java110.web.core.AbstractComponentSMO;
-import com.java110.web.smo.community.IListCommunitysManageSMO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpMethod;
import org.springframework.http.ResponseEntity;
@@ -18,10 +18,10 @@
import java.util.Map;
/**
- * 鏌ヨ灏忓尯鏈嶅姟绫�
+ * 鏌ヨcommunity鏈嶅姟绫�
*/
@Service("listCommunitysSMOImpl")
-public class ListCommunitysSMOImpl extends AbstractComponentSMO implements IListCommunitysManageSMO {
+public class ListCommunitysSMOImpl extends AbstractComponentSMO implements IListCommunitysSMO {
@Autowired
private RestTemplate restTemplate;
--
Gitblit v1.8.0