浏览代码

shop apply generate order

abiao 4 年之前
父节点
当前提交
abd2f24412
共有 1 个文件被更改,包括 1 次插入0 次删除
  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