src/main/java/com/smartearth/poiexcel/controller/DkController.java
@@ -96,7 +96,7 @@ public ResponseMsg<Object> updateByCoord() { try { QueryWrapper<DkEntity> wrapper = new QueryWrapper<>(); wrapper.apply("length(dikuaibianhao) > 0"); wrapper.apply("point_area is null and lng is not null and lat is not null"); List<DkEntity> list = dkMapper.selectList(wrapper); if (null == list || list.isEmpty()) {