wuxw
2019-12-20 470cbd3fa0bfce7554b98370ee4f74d4ba65b6f2
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);