fix: 订单类型错误

master
howell 3 years ago
parent f354e4dcfa
commit b29cfd7b09

@ -560,6 +560,7 @@ func orderCreate() {
JCookOrderID: uint(m.OrderID),
JCookRootID: uint(m.RootOrderID),
JCookParentID: uint(m.ParentOrderID),
OrderType: rod.OrderType,
}
var orderAddr manage.RecookOrderAddrModel
tx.First(&orderAddr, "order_id = ?", rod.Id)

Loading…
Cancel
Save