彭雪彬
2025-07-16 b938c9c1824cc57d9b487ed607bbf65bf63f4a81
oying-system/src/main/java/com/oying/modules/sh/service/impl/UserAddressServiceImpl.java
@@ -94,6 +94,7 @@
            map.put("城市", userAddress.getCity());
            map.put("区县", userAddress.getDistrict());
            map.put("街道", userAddress.getStreet());
            map.put("短地址", userAddress.getShortAddress());
            map.put("详细地址", userAddress.getDetail());
            map.put("经度", userAddress.getLongitude());
            map.put("纬度", userAddress.getLatitude());