From bb20dc76f1395effc33dde15485df281e460ad13 Mon Sep 17 00:00:00 2001 From: chenlin Date: Fri, 22 Dec 2023 17:47:33 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E9=94=99=E5=88=AB=E5=AD=97?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/models/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/models/order.go b/app/admin/models/order.go index 60a0e7a..cf187a8 100644 --- a/app/admin/models/order.go +++ b/app/admin/models/order.go @@ -632,7 +632,7 @@ func OrderListExport(list []Order) (string, error) { case 2: state = "游玩中" case 3: - state = "规划中" + state = "归还中" case 4: state = "已完成" case 5: