no message

parent 30a88b31
...@@ -185,10 +185,10 @@ private void CommonExport(int sheetID, SheetExportResponse response) ...@@ -185,10 +185,10 @@ private void CommonExport(int sheetID, SheetExportResponse response)
} }
else if (sheetNames.Contains(sheetName)) else if (sheetNames.Contains(sheetName))
{ {
factorhead.Data.Add(new Cell(0, "护理组分割比例", 1, 3, false, false)); factorhead.Data.Add(new Cell(0, "护理组分割比例", 1, 3, false, false));
response = AddFactor(response, factorhead, headList.ToList(), dataList, "护理组"); response = AddFactor(response, factorhead, headList.ToList(), dataList, "护理组");
var factorhead1 = new Row(response.Header.Count()); var factorhead1 = new Row(response.Header.Count());
factorhead1.Data.Add(new Cell(0, "医生组分割比例", 1, 3, false, false)); factorhead1.Data.Add(new Cell(0, "医生组分割比例", 1, 3, false, false));
response = AddFactor(response, factorhead1, headList.ToList(), dataList, "医生组"); response = AddFactor(response, factorhead1, headList.ToList(), dataList, "医生组");
} }
......
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