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