Commit a1522a16 authored by 吴春's avatar 吴春

提交代码

parent c955dd90
...@@ -439,7 +439,7 @@ namespace Mall.WebApi.Controllers.AppletWeChat ...@@ -439,7 +439,7 @@ namespace Mall.WebApi.Controllers.AppletWeChat
ExcelDataSource datarow = new ExcelDataSource() ExcelDataSource datarow = new ExcelDataSource()
{ {
ExcelRows = new List<ExcelColumn>(30) { ExcelRows = new List<ExcelColumn>(30) {
new ExcelColumn(value:""){ }, new ExcelColumn(value:"小计"){ },
} }
}; };
datarow.ExcelRows.Add(new ExcelColumn(value: "") { }); datarow.ExcelRows.Add(new ExcelColumn(value: "") { });
......
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