sheet页问题修改
continuous-integration/drone/push Build is running

This commit is contained in:
he
2026-08-06 14:06:09 +08:00
parent f94d1caa79
commit ff72c4aefc
3 changed files with 5 additions and 5 deletions
@@ -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)