|
|
detail := new(order_static_model.OrderStaticDetail).Create(orderStatic.Id, item.ProductId, total, item.Count, item.ProductName, state, IsSend, orderStatic.BeginDate, orderStatic.EndDate)
|
|
detail := new(order_static_model.OrderStaticDetail).Create(orderStatic.Id, item.ProductId, total, item.Count, item.ProductName, state, IsSend, orderStatic.BeginDate, orderStatic.EndDate)
|