@@ -479,7 +479,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
catch (Exception)
|
||||
{
|
||||
|
||||
errorRow.Add(i);
|
||||
errorRow.Add(i+1);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
@@ -338,7 +338,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
catch (Exception)
|
||||
{
|
||||
|
||||
errorRow.Add(i);
|
||||
errorRow.Add(i+1);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -367,7 +367,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
{ string.Empty,string.Empty},
|
||||
};
|
||||
|
||||
int row = 2;
|
||||
int row = 3;
|
||||
foreach (var item in measuredValueList)
|
||||
{
|
||||
row++;
|
||||
@@ -667,7 +667,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
catch (Exception)
|
||||
{
|
||||
|
||||
errorRow.Add(i);
|
||||
errorRow.Add(i+1);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user