|
|
product := product_model.GetProductById(item.SendProd, true)
|
|
product := product_model.GetProductById(item.SendProd, true)
|
|
|
order_model.SendCreate(order.OrderId, order.Id, product.Id, product.Price, product.Price, product.Name, item.SendNums, order.Depart)
|
|
order_model.SendCreate(order.OrderId, order.Id, product.Id, product.Price, product.Price, product.Name, item.SendNums, order.Depart)
|