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, }