Parcourir la source

shop apply generate order

abiao il y a 4 ans
Parent
commit
abd2f24412
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      go/gopath/src/fohow.com/apps/helpers/promotion_helper.go

+ 1 - 0
go/gopath/src/fohow.com/apps/helpers/promotion_helper.go

@@ -595,6 +595,7 @@ func CreateShopApplyOrder(shopAppplyId int64) {
 		}
 	}
 	if !delOrder {
+		order.Status = order_model.STATUS_PROCESSING
 		order.TotalPrice = total
 		order.Contact = shopApply.Name
 		order.Address = shopApply.Address