From 8e8b2ecc895f7a74b81ece1db4d3e4029c340e26 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Tue, 28 Nov 2023 15:23:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- consume/zhios_appreciation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consume/zhios_appreciation.go b/consume/zhios_appreciation.go index 53a90ea..135c30d 100644 --- a/consume/zhios_appreciation.go +++ b/consume/zhios_appreciation.go @@ -170,7 +170,7 @@ func withdraw(eg *xorm.Engine, msg *md.ZhiosAppreciation) error { coinSum := utils.GetPrec(utils.Float64ToStrByPrec(resp.TransferOut-resp.RefluxValue, 20), "4") price = utils.GetPrec(utils.Float64ToStrByPrec(resp.Price, 20), "4") err := svc.UpdateUserFinValidAndInterFlowSess(sess, - newAmount, args["amount"]+"个积分转余额,价值"+price+"/个", "appreciation", 0, 56, utils.StrToInt(msg.Uid), utils.StrToInt(msg.Oid), utils.StrToInt64(msg.Oid), utils.StrToInt64(msg.Oid)) + newAmount, args["amount"]+"个数字资产转余额,价值"+price+"/个", "appreciation", 0, 56, utils.StrToInt(msg.Uid), utils.StrToInt(msg.Oid), utils.StrToInt64(msg.Oid), utils.StrToInt64(msg.Oid)) if err != nil { sess.Rollback() return err