From 5fd2f3d2ae10d77f8113e14c0e96891a09ebc624 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Fri, 17 May 2024 18:05:20 +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 1ced5b5..86f57c5 100644 --- a/app/admin/svc/order/svc_order_list.go +++ b/app/admin/svc/order/svc_order_list.go @@ -566,7 +566,7 @@ func OrderOutput(c *gin.Context) { v3["ord_no"] = utils.Int64ToStr(kk) } if utils.StrToInt(v3["goods_type"]) > 0 { - v3["goods_name"] = "数量不计入汇总-" + v3["goods_name"] + v3["goods_name"] = v3["goods_name"] + "-数量不计入汇总" } xlsx.SetSheetRow("Sheet1", "A"+strconv.Itoa(j), &[]interface{}{ v3["date"],