Commit 8138b430 by lcx

系数列表返回参数修改

parent 245866cc
...@@ -1313,7 +1313,7 @@ public SheetExportResponse GetDrugtypeFactor(AllotDeptRequest request) ...@@ -1313,7 +1313,7 @@ public SheetExportResponse GetDrugtypeFactor(AllotDeptRequest request)
var rowcells = new List<Cell> var rowcells = new List<Cell>
{ {
new Cell { CellType = "body", CellValue = charge.Charge, PointCell = 0, MergeRow = 1, MergeCell = 1 }, new Cell { CellType = "body", CellValue = charge.Charge, PointCell = 0, MergeRow = 1, MergeCell = 1 },
new Cell { CellType = "body", CellValue = charge.ChargeType, PointCell = 0, MergeRow = 1, MergeCell = 1 }, new Cell { CellType = "body", CellValue = charge.ChargeType, PointCell = 1, MergeRow = 1, MergeCell = 1 },
}; };
int i = 0; int i = 0;
......
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