修复报送功能在linux环境中出现的路径等相关问题.
This commit is contained in:
+4
-4
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user