Ver a proveniência

更新

master
huangjiajun há 1 ano
ascendente
cometimento
d9d86db4c1
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      rule/appreciation.go

+ 1
- 1
rule/appreciation.go Ver ficheiro

@@ -65,6 +65,6 @@ func DealWithdrawalAndDestroy(session *xorm.Session, feeMap md.DealWithdrawalFee
resp.TransferOut = transferOut
resp.AmountOut, _ = transferOutValue.Mul(decimal.NewFromFloat(nowValue)).Float64()
resp.DestroyValue, _ = destroyValue.Float64()
resp.DestroyValue, _ = refluxValue.Float64()
resp.RefluxValue, _ = refluxValue.Float64()
return
}

Carregando…
Cancelar
Guardar