From 470cbd3fa0bfce7554b98370ee4f74d4ba65b6f2 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期五, 20 十二月 2019 10:11:39 +0800
Subject: [PATCH] 修复地区

---
 WebService/src/main/java/com/java110/web/smo/resourceStore/impl/ListResourceStoresSMOImpl.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/WebService/src/main/java/com/java110/web/smo/resourceStore/impl/ListResourceStoresSMOImpl.java b/WebService/src/main/java/com/java110/web/smo/resourceStore/impl/ListResourceStoresSMOImpl.java
index f9e78d4..22aa072 100644
--- a/WebService/src/main/java/com/java110/web/smo/resourceStore/impl/ListResourceStoresSMOImpl.java
+++ b/WebService/src/main/java/com/java110/web/smo/resourceStore/impl/ListResourceStoresSMOImpl.java
@@ -7,7 +7,7 @@
 import com.java110.utils.constant.ServiceConstant;
 import com.java110.utils.exception.SMOException;
 import com.java110.utils.util.BeanConvertUtil;
-import com.java110.web.core.AbstractComponentSMO;
+import com.java110.core.component.AbstractComponentSMO;
 import com.java110.web.smo.resourceStore.IListResourceStoresSMO;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.http.HttpMethod;
@@ -45,6 +45,7 @@
 
         Map paramMap = BeanConvertUtil.beanCovertMap(result);
         paramIn.putAll(paramMap);
+        paramIn.put("storeId",result.getStoreId());
 
         String apiUrl = ServiceConstant.SERVICE_API_URL + "/api/resourceStore.listResourceStores" + mapToUrlParam(paramIn);
 

--
Gitblit v1.8.0