From 45dce1ef5ffcec2daf4f38f42072d774f4fba76f Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Tue, 28 May 2024 11:22:31 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/app/admin/svc/order/svc_order_list.go b/app/admin/svc/order/svc_order_list.go index d06262d..6470a44 100644 --- a/app/admin/svc/order/svc_order_list.go +++ b/app/admin/svc/order/svc_order_list.go @@ -488,6 +488,7 @@ func OrderDetail(c *gin.Context) { "time": gjson.Get(order.BuyInfo, "time").String(), "create_at": order.CreateAt.Format("2006-01-02 15:04:05"), "enterprise_name": enterpriseName, + "enterprise_id": utils.IntToStr(order.EnterpriseId), "inside_name": insideName, "goods_info": goodsInfo, }