From fc1a066edd335345167df7573f9119ef8dd1689a Mon Sep 17 00:00:00 2001 From: xin <1099200748@qq.com> Date: Thu, 10 Jul 2025 17:36:47 +0800 Subject: [PATCH] 小程序:微信授权登录角色处理 --- oying-system/src/main/java/com/oying/modules/sh/service/impl/UserAddressServiceImpl.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/oying-system/src/main/java/com/oying/modules/sh/service/impl/UserAddressServiceImpl.java b/oying-system/src/main/java/com/oying/modules/sh/service/impl/UserAddressServiceImpl.java index c85cd4c..073e44f 100644 --- a/oying-system/src/main/java/com/oying/modules/sh/service/impl/UserAddressServiceImpl.java +++ b/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()); -- Gitblit v1.9.3