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