Commit 87a1721f by wyc

写入测算表,科室比对(bug)修改

parent ad289412
...@@ -211,7 +211,7 @@ public static void WriteSheetData(ISheet sheet, PerSheetPoint point, SheetType s ...@@ -211,7 +211,7 @@ public static void WriteSheetData(ISheet sheet, PerSheetPoint point, SheetType s
#endregion #endregion
data.RemoveAll(t => t.Department == department); data.RemoveAll(t => t.Department.NoBlank() == department);
//if (point.DataFirstRowNum.Value < dataFirstRowNum) dataFirstRowNum += 1; //if (point.DataFirstRowNum.Value < dataFirstRowNum) dataFirstRowNum += 1;
} }
......
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