xin
2025-09-12 01572e1f679e789e434e9cdfac491b54b68a0ec0
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);