瀏覽代碼

更新

three
huangjiajun 11 月之前
父節點
當前提交
8e8b2ecc89
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      consume/zhios_appreciation.go

+ 1
- 1
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


Loading…
取消
儲存