src/main/java/com/smartearth/poiexcel/controller/OrgPoiController.java
@@ -32,6 +32,7 @@ @RequestMapping(path = "/api/poi/") @Api(tags = {"POI相关接口"}) @Slf4j @SuppressWarnings("ALL") public class OrgPoiController { //北京数据平台poi接口转发 @@ -238,9 +239,9 @@ data.setX(0.0); data.setY(0.0); j++; if (j == 3000) { if (j == 300000) { excelWriter.finish(); return Result.error("返回值为0超过3000次"); return Result.error("返回值为0超过300000次"); } } k++;