update
This commit is contained in:
parent
e44e5c04a9
commit
90c22e62f5
@ -322,7 +322,10 @@ async def get_order_detail(
|
|||||||
"address_name": order.address_customer_name,
|
"address_name": order.address_customer_name,
|
||||||
"address_phone": order.address_customer_phone,
|
"address_phone": order.address_customer_phone,
|
||||||
"address_detail": order.address_detail,
|
"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,
|
"building_name": order.address_community_building_name,
|
||||||
|
"community_id": order.address_community_id,
|
||||||
"community_name": order.address_community_name
|
"community_name": order.address_community_name
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user