From 745af110af8843dfc3bf29f5590bf78355daf5fd Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期日, 07 七月 2019 01:55:49 +0800
Subject: [PATCH] vc.copyObject 方法用错误了
---
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 fce40b1..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,23 +5,23 @@
import com.java110.common.constant.ServiceConstant;
import com.java110.common.exception.SMOException;
import com.java110.common.util.BeanConvertUtil;
+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;
import org.springframework.stereotype.Service;
-import org.springframework.web.client.RestTemplate;
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