java110
2021-09-12 3ed2627f7c05e8eaa4559371f9d6d2cb71aa4275
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());