Commit b53628f9 authored by Steven杜宇's avatar Steven杜宇

// 父母兄弟姐妹随行

parent b217aabe
...@@ -600,6 +600,8 @@ extension YHBrotherInfoVC { ...@@ -600,6 +600,8 @@ extension YHBrotherInfoVC {
} }
guard let brotherInfo = brotherInfo else { return } guard let brotherInfo = brotherInfo else { return }
// 父母兄弟姐妹 随行必须置为0
brotherInfo.follow = 0
guard let info = brotherInfo.toDictionary() else { return } guard let info = brotherInfo.toDictionary() else { return }
let dict:[String: Any] = ["order_id":orderId, let dict:[String: Any] = ["order_id":orderId,
......
...@@ -643,6 +643,8 @@ extension YHParentInfoVC { ...@@ -643,6 +643,8 @@ extension YHParentInfoVC {
} }
guard let parentInfo = parentInfo else { return } guard let parentInfo = parentInfo else { return }
// 父母兄弟姐妹 随行必须置为0
parentInfo.follow = 0
guard let info = parentInfo.toDictionary() else { return } guard let info = parentInfo.toDictionary() else { return }
let dict:[String: Any] = ["order_id":orderId, let dict:[String: Any] = ["order_id":orderId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment