update
This commit is contained in:
@@ -89,6 +89,7 @@ func (p DefParty) orderCreate() web_iris.Party {
|
||||
OrderId: orderId,
|
||||
Uid: headerBaseInfo.Uid,
|
||||
OrderStatus: 1,
|
||||
PayType: 1,
|
||||
ServiceTime: orderCreateRequest.ServiceTime,
|
||||
ServiceAddrId: orderCreateRequest.ServiceAddrId,
|
||||
ServiceRemark: "",
|
||||
@@ -157,6 +158,7 @@ func (p DefParty) orderCreate() web_iris.Party {
|
||||
}
|
||||
db4 = tx.Model(&userInfo).Updates(&updateValues)
|
||||
orderMain.PayDiscount = userInfo.Discount
|
||||
orderMain.PayType = 3
|
||||
for index := range orderSubList {
|
||||
orderSubList[index].PayType = 3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user