@@ -78,6 +78,7 @@ func (self *RailsadminController) LiveAward() {
}
order.TotalPrice = totalPrice
+ order.Status = order_model.STATUS_PROCESSING
order.Save()