From 07ae683b226cbfd44d3971be820b6d3d9ee097ae Mon Sep 17 00:00:00 2001 From: richboo111 Date: Fri, 29 Jul 2022 18:16:41 +0800 Subject: [PATCH] mixpay --- business/jxstore/financial/bill.go | 1 + 1 file changed, 1 insertion(+) 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)