Merge branch 'hotfix/zs_trs' of http://git.yiliantech.com/gitlab/otc-dev/zszq-trs into hotfix/zs_trs

# Conflicts:
#	YLErpDAL/BLL/EodSettlement/ClientBalanceUtility.cs
This commit is contained in:
吴方海
2025-07-08 13:22:32 +08:00
5 changed files with 318 additions and 139 deletions
@@ -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);