@@ -77,6 +77,7 @@ func (self *RailsadminController) LiveAward() {
go order_model.SendCreate(order.OrderId, order.Id, product.Id, product.Price, product.Price, product.Name, sendNums3)
}
+ order.Address = LiveAward.Address
order.TotalPrice = totalPrice
order.Status = order_model.STATUS_PROCESSING
order.Save()