#TRS-ZS-584 保证金中台获取数据的视图提供调整为日终收盘后入库
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Text;
|
||||
using YLErp.BLL.EodSettlement;
|
||||
using YLErp.Configuration;
|
||||
using YLErp.Modules.EodFileModule;
|
||||
using YLErp.Modules.EodModule.CompanySpecial;
|
||||
@@ -423,6 +424,7 @@ where {nameof(t.TaskStartTime)}>'{startDateStr}' and {nameof(t.TaskState)}={(int
|
||||
}
|
||||
}
|
||||
}
|
||||
ClientBalanceUtility.saveClientRiskMonitor(eodTask.ValueDate);
|
||||
new EodFileService(this.OptUser).GenerateFileAfterEod(eodTask.ValueDate);
|
||||
//执行下一日
|
||||
eodTask.ValueDate = eodTask.ValueDate.AddDays(1);
|
||||
|
||||
Reference in New Issue
Block a user