@@ -507,7 +507,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
|
||||
List<string> sheetNames = new List<string>()
|
||||
{
|
||||
"各匹配片段测量值","MeasuredValue"
|
||||
"ROI测量值","ROI 测量值"
|
||||
};
|
||||
|
||||
if (sheetNames.Intersect(uploadInfo.SheetNames).Count() == 0)
|
||||
|
||||
@@ -361,7 +361,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
|
||||
List<string> sheetNames = new List<string>()
|
||||
{
|
||||
"FCT导入","FCT"
|
||||
"ROI测量值","ROI 测量值"
|
||||
};
|
||||
|
||||
if (sheetNames.Intersect(uploadInfo.SheetNames).Count() == 0)
|
||||
|
||||
Reference in New Issue
Block a user