|
|
|
@ -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)
|
|
|
|
|