From 2c0e5069ad7ec2fb43dc8eb1bb248b8c16595dc3 Mon Sep 17 00:00:00 2001
From: xin <1099200748@qq.com>
Date: Tue, 15 Jul 2025 14:53:30 +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