订单导出字段修改

This commit is contained in:
苏尹岚
2020-04-29 16:56:56 +08:00
parent cbeb31873c
commit e5a312ab1b
2 changed files with 12 additions and 4 deletions

View File

@@ -362,8 +362,6 @@ func (c *OrderManager) ExportOrders(ctx *jxcontext.Context, fromDateStr, toDateS
order.SkuInfo2 += ";" + skuStr + ";" + skuStr2
}
}
} else {
order.SkuInfo2 = ""
}
}
orders = orders2
@@ -404,8 +402,8 @@ func (c *OrderManager) ExportOrders(ctx *jxcontext.Context, fromDateStr, toDateS
"waybillFinishedAt",
"status2",
"skuInfo",
"skuInfo2",
"waybillTipMoney",
"skuInfo2",
},
}
excelBin = excel.Obj2Excel([]*excel.Obj2ExcelSheetConfig{excelConf})