WebService/src/main/java/com/java110/web/smo/impl/UnitServiceSMOImpl.java
@@ -60,8 +60,7 @@ //数据校验是否 商户是否入驻该小区 super.checkStoreEnterCommunity(pd, storeId, storeTypeCd, communityId, restTemplate); String apiUrl = ServiceConstant.SERVICE_API_URL + "/api/unit.queryUnits?floorId=" + floorId + "&communityId=" + communityId; String apiUrl = ServiceConstant.SERVICE_API_URL + "/api/unit.queryUnits" + mapToUrlParam(paramIn); responseEntity = this.callCenterService(restTemplate, pd, "", apiUrl,