Commit 21af914a by lcx

Merge tag '提取跳过科室' into develop

parents d0f4cf6c eac2d6e9
......@@ -155,7 +155,7 @@ public static void WriteSheetData(ISheet sheet, PerSheetPoint point, SheetType s
if (rowIndex > dataFirstRowNum) dataFirstRowNum = rowIndex + 1;
var deptData = data.Where(t => t.Department == department);
var deptData = data.Where(t => t.Department.NoBlank() == department);
if (deptData == null || !deptData.Any(t => t.Value.HasValue && t.Value != 0)) continue;
#region 写入数据
......
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