This commit is contained in:
aaron 2025-02-17 18:45:00 +08:00
parent e44e5c04a9
commit 90c22e62f5

View File

@ -322,7 +322,10 @@ async def get_order_detail(
"address_name": order.address_customer_name,
"address_phone": order.address_customer_phone,
"address_detail": order.address_detail,
"address_gender": order.address_customer_gender,
"building_id": order.address_community_building_id,
"building_name": order.address_community_building_name,
"community_id": order.address_community_id,
"community_name": order.address_community_name
}