Commit a39ff592 authored by liudong1993's avatar liudong1993

分销订单导出调整

parent 2f4c09b1
...@@ -1306,7 +1306,8 @@ namespace Mall.WebApi.Controllers.MallBase ...@@ -1306,7 +1306,8 @@ namespace Mall.WebApi.Controllers.MallBase
{ {
ExcelRows = new List<ExcelColumn>(30) { ExcelRows = new List<ExcelColumn>(30) {
new ExcelColumn(value:Num.ToString()){ }, new ExcelColumn(value:Num.ToString()){ },
} },
ColumnHight = 30
}; };
foreach (var qitem in demodel.ExcelEnumIds) foreach (var qitem in demodel.ExcelEnumIds)
{ {
......
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