java110
2022-02-25 8a2a463d46b3dce73015462c9f6a2a258dd25f5b
service-api/src/main/java/com/java110/api/smo/assetExport/impl/ExportMeterWaterSMOImpl.java
@@ -14,7 +14,7 @@
import org.apache.poi.ss.util.CellRangeAddress;
import org.apache.poi.xssf.usermodel.XSSFWorkbook;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.java110.core.log.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpMethod;
@@ -93,7 +93,7 @@
        String apiUrl = "";
        ResponseEntity<String> responseEntity = null;
        JSONObject reqJson = JSONObject.parseObject(pd.getReqData());
        apiUrl = ServiceConstant.SERVICE_API_URL + "/api/meterWater/queryExportRoomAndMeterWater?page=1&row=10000&communityId="
        apiUrl = "/meterWater/queryExportRoomAndMeterWater?page=1&row=10000&communityId="
                + result.getCommunityId() + "&meterType=" + reqJson.getString("meterType");
        responseEntity = this.callCenterService(restTemplate, pd, "", apiUrl, HttpMethod.GET);