限额监控 名义本金单位改为万
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user