service-api/src/main/java/com/java110/api/smo/impl/IndexServiceSMOImpl.java
@@ -50,7 +50,7 @@ super.checkStoreEnterCommunity(pd, storeId, storeTypeCd, communityId, restTemplate); responseEntity = this.callCenterService(restTemplate, pd, "", ServiceConstant.SERVICE_API_URL + "/api/index.queryIndexStatistic" + mapToUrlParam(paramIn), "index.queryIndexStatistic" + mapToUrlParam(paramIn), HttpMethod.GET); if (responseEntity.getStatusCode() == HttpStatus.OK) { JSONObject paramOut = JSONObject.parseObject(responseEntity.getBody().toString());