Uat_Study
parent
49644c06e4
commit
25b0202717
|
@ -317,7 +317,7 @@ namespace IRaCIS.Application.Services
|
|||
RowIndex = index
|
||||
});
|
||||
|
||||
index++;
|
||||
|
||||
|
||||
var spiltList = rowInfoList.Where(x => x.RowIndex % 1 != 0 && x.RowIndex > item.RowIndex && x.RowIndex < Math.Floor(item.RowIndex + 1)).OrderBy(x=>x.RowIndex).ToList();
|
||||
|
||||
|
@ -337,7 +337,7 @@ namespace IRaCIS.Application.Services
|
|||
|
||||
spiltindex += 0.01M;
|
||||
}
|
||||
|
||||
index++;
|
||||
}
|
||||
|
||||
return ResponseOutput.Ok(true);
|
||||
|
|
Loading…
Reference in New Issue