diff --git a/business/jxstore/financial/bill.go b/business/jxstore/financial/bill.go index 6da16f798..30ecd1cbe 100644 --- a/business/jxstore/financial/bill.go +++ b/business/jxstore/financial/bill.go @@ -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)