This commit is contained in:
richboo111
2022-07-29 18:16:41 +08:00
parent 23165bd5d2
commit 07ae683b22

View File

@@ -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)