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

Merge branch '0913-fix' into youhua-dev

parents 1a5bf0be b53628f9
......@@ -600,6 +600,8 @@ extension YHBrotherInfoVC {
}
guard let brotherInfo = brotherInfo else { return }
// 父母兄弟姐妹 随行必须置为0
brotherInfo.follow = 0
guard let info = brotherInfo.toDictionary() else { return }
let dict:[String: Any] = ["order_id":orderId,
......
......@@ -643,6 +643,8 @@ extension YHParentInfoVC {
}
guard let parentInfo = parentInfo else { return }
// 父母兄弟姐妹 随行必须置为0
parentInfo.follow = 0
guard let info = parentInfo.toDictionary() else { return }
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