修改
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user