wuxw
2020-01-07 1894ced0dbff98c9429cf6db5712c5687e8d7637
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);