fix: 修复利息变化记录问题

This commit is contained in:
陈淳
2024-03-18 14:24:39 +08:00
parent 38ad893a5c
commit b6ec8cf6f0

View File

@@ -91,8 +91,7 @@ namespace Yi.Framework.Bbs.Domain.Managers
if (lastEntity is not null)
{
oldValue = lastEntity.Value;
lastThirdPartyStandardValue = lastEntity.ComparisonValue;
changeRate = (thirdPartyValue - lastThirdPartyStandardValue) / (thirdPartyValue);
changeRate = (thirdPartyValue - lastEntity.ComparisonValue) / (thirdPartyValue);
}
//判断市场是否波动