Uat_Study
he 2022-09-28 18:20:15 +08:00
parent 49644c06e4
commit 25b0202717
1 changed files with 2 additions and 2 deletions

View File

@ -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);