This commit is contained in:
邹宗楠
2024-06-03 13:40:45 +08:00
parent d7263034f3
commit 0e456c9f93

View File

@@ -360,6 +360,7 @@ func (P *PurchaseHandler) GetAddressList(appOrgCode string, param *address_list_
OrderBy: param.OrderBy,
OrderField: param.OrderField,
}
if param.StoreId != 0 {
info.StoreId = param.StoreId
}