From 5081ea2831fa82902c3d17e41831863671781455 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Wed, 5 Jun 2024 18:57:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/svc/order/svc_order_list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/svc/order/svc_order_list.go b/app/admin/svc/order/svc_order_list.go index c8ee75d..2acce84 100644 --- a/app/admin/svc/order/svc_order_list.go +++ b/app/admin/svc/order/svc_order_list.go @@ -878,7 +878,7 @@ func OrderOutput(c *gin.Context) { } for _, vv := range orderGoods { tmp := make(map[string]string) - tmp["date"] = v.CreateAt.Format("2006-01-02") + tmp["date"] = v.CreateAt.Format("2006-01-02 15:04:05") tmp["send_date"] = gjson.Get(v.BuyInfo, "date").String() tmp["goods_name"] = vv.GoodsTitle tmp["make_date"] = utils.TimeParseDateStd1(vv.MakeDate)