mixpay
This commit is contained in:
@@ -17,6 +17,7 @@ func AddMixPay(txDB orm.TxOrmer, orderID string, balancePrice, totalPrice, metho
|
|||||||
BalancePrice: balancePrice,
|
BalancePrice: balancePrice,
|
||||||
TotalPrice: totalPrice,
|
TotalPrice: totalPrice,
|
||||||
Method: method,
|
Method: method,
|
||||||
|
WxPrice: totalPrice - balancePrice,
|
||||||
}
|
}
|
||||||
dao.WrapAddIDCULEntity(mixPayInfo, jxcontext.AdminCtx.GetUserName())
|
dao.WrapAddIDCULEntity(mixPayInfo, jxcontext.AdminCtx.GetUserName())
|
||||||
return dao.CreateEntityTx(txDB, mixPayInfo)
|
return dao.CreateEntityTx(txDB, mixPayInfo)
|
||||||
|
|||||||
Reference in New Issue
Block a user