修复报送功能在linux环境中出现的路径等相关问题.

This commit is contained in:
嬴政 时
2025-05-15 14:17:45 +08:00
parent fe2ff3bbcf
commit ed352e388b
17 changed files with 132 additions and 128 deletions
@@ -42,10 +42,10 @@ namespace YLErp.Modules.SuperviseReportModule.SAC.Service
fileList = new List<string>();
var model = new BodyModel();
var dataList = new List<PerformanceGuaranteeAgrmtModel>();
if (_reqInfo.DataSource.HasFlag(SAC_ReportDataSourceEnum.Template))
{
dataList = GetPerformanceGuaranteeAgrmtModel(ref fileList);
}
//if (_reqInfo.DataSource.HasFlag(SAC_ReportDataSourceEnum.Template))
//{
dataList = GetPerformanceGuaranteeAgrmtModel(ref fileList);
//}
var subsystemDataList = loadSubsystemDataSource<PerformanceGuaranteeAgrmtModel>(fileList, AddSubsystemNote);
if (subsystemDataList != null && subsystemDataList.Count > 0)
{