diff --git a/app/admin/svc/order/svc_order_list.go b/app/admin/svc/order/svc_order_list.go index 08f62ad..1721247 100644 --- a/app/admin/svc/order/svc_order_list.go +++ b/app/admin/svc/order/svc_order_list.go @@ -524,7 +524,6 @@ func OrderOutput(c *gin.Context) { vv["goods_name"], vv["sku_str"], vv["num"], - vv["send_date"], }) xlsx.SetRowHeight("Sheet1", j, 18) total += utils.StrToInt(vv["num"]) diff --git a/static/template/商品销售明细表.xlsx b/static/template/商品销售明细表.xlsx index 0e9975d..9c9ceed 100644 Binary files a/static/template/商品销售明细表.xlsx and b/static/template/商品销售明细表.xlsx differ