Commit 5dee82b1 by ruyun.zhang@suvalue.com

Merge remote-tracking branch 'origin/v2020morge-graphql' into v2020morge-graphql

parents f0f8e3a5 74385504
...@@ -258,8 +258,8 @@ public List<BodyItem> GetEmployeeFromSavedData(int userId, ag_secondallot second ...@@ -258,8 +258,8 @@ public List<BodyItem> GetEmployeeFromSavedData(int userId, ag_secondallot second
if (savedData != null) if (savedData != null)
{ {
tableFixedData.Value = savedData.ItemValue; tableFixedData.Value = savedData.ItemValue;
tableFixedData.RowNumber = rowNumber;
} }
tableFixedData.RowNumber = rowNumber;
tableFixedDataList.Add(tableFixedData); tableFixedDataList.Add(tableFixedData);
} }
} }
...@@ -370,8 +370,8 @@ public List<BodyItem> GetEmployeeFromPrevData(int userId, ag_secondallot secondA ...@@ -370,8 +370,8 @@ public List<BodyItem> GetEmployeeFromPrevData(int userId, ag_secondallot secondA
if (savedData != null) if (savedData != null)
{ {
tableFixedData.Value = savedData.ItemValue; tableFixedData.Value = savedData.ItemValue;
tableFixedData.RowNumber = rowNumber;
} }
tableFixedData.RowNumber = rowNumber;
tableFixedDataList.Add(tableFixedData); tableFixedDataList.Add(tableFixedData);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment