限额监控 名义本金单位改为万

This commit is contained in:
吴方海
2024-06-14 18:26:18 +08:00
parent a881815c3d
commit 54942e26c8
3 changed files with 19 additions and 0 deletions
@@ -3562,6 +3562,10 @@ namespace YLErp.Modules.RiskModule
{
count = 4;
}
if (O.QuotaIndex.Contains("名义本金"))
{
O.QuotaLowerLimit *= ConsGlobal.quotaMonitorMultiple;
}
O.QuotaLowerLimit = O.QuotaLowerLimit.FormatValue(count);
O.QuotaUpperLimit = O.QuotaUpperLimit.FormatValue(count);
O.WarningLowerLimit = O.WarningLowerLimit.FormatValue(count);