收盘利息修复

This commit is contained in:
吴方海
2026-05-11 16:29:50 +08:00
parent d961f48fea
commit 8852d4d51a
@@ -862,7 +862,7 @@ namespace YLErp.Modules.SwapModule
tdinterest /= annualDays;
}
InterestAmount = Math.Round(interest, ConsGlobal.PriceRound, MidpointRounding.AwayFromZero);
InterestAmount = Math.Round(interestProfitSum+interest, ConsGlobal.PriceRound, MidpointRounding.AwayFromZero);
TdInterestAmount = Math.Round(tdinterest, ConsGlobal.PriceRound, MidpointRounding.AwayFromZero);
}