1
This commit is contained in:
@@ -267,6 +267,10 @@ func (p *PurchaseHandler) Map2Order(orderData map[string]interface{}) (order *mo
|
||||
default: // 不需要或者错误
|
||||
}
|
||||
|
||||
if utils.Interface2String(userMap["backupPhone"]) != "" {
|
||||
order.ConsigneeMobile2 = jxutils.FormalizeMobile(utils.Interface2String(userMap["backupPhone"]))
|
||||
}
|
||||
|
||||
finishTime := getTimeFromInterface(orderMap["finished_time"])
|
||||
if finishTime == utils.ZeroTimeValue {
|
||||
order.OrderFinishedAt = utils.DefaultTimeValue
|
||||
|
||||
Reference in New Issue
Block a user