diff --git a/rule/appreciation.go b/rule/appreciation.go index 34f3a5c..86c1df5 100644 --- a/rule/appreciation.go +++ b/rule/appreciation.go @@ -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 }