彭雪彬
2025-07-15 46f7c2ef3abc235e44c59be9b3c5396befc64888
oying-system/src/main/java/com/oying/modules/sh/service/impl/OrderAddressSnapshotServiceImpl.java
@@ -80,7 +80,7 @@
            map.put("详细地址", orderAddressSnapshot.getDetail());
            map.put("经度", orderAddressSnapshot.getLongitude());
            map.put("纬度", orderAddressSnapshot.getLatitude());
            map.put("地址标签(家/公司/学校等)", orderAddressSnapshot.getTag());
            map.put("地址标签", orderAddressSnapshot.getTag());
            list.add(map);
        }
        FileUtil.downloadExcel(list, response);