From 96a160e3b508400af1cfca63003bfb9d49a82980 Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 6 Aug 2019 10:50:47 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=B7=B2=E6=8E=A5=E5=8D=95=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=BE=85=E6=8B=A3=E8=B4=A7=EF=BC=8C=E5=B7=B2=E6=8B=A3?= =?UTF-8?q?=E8=B4=A7=E6=94=B9=E4=B8=BA=E5=BE=85=E9=85=8D=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/model/const.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/model/const.go b/business/model/const.go index 4e64f9b94..3776c5020 100644 --- a/business/model/const.go +++ b/business/model/const.go @@ -104,8 +104,8 @@ var ( OrderStatusUnknown: "一般事件", OrderStatusNew: "新订单", - OrderStatusAccepted: "已接单", - OrderStatusFinishedPickup: "已拣货", + OrderStatusAccepted: "待拣货", + OrderStatusFinishedPickup: "待配送", OrderStatusApplyFailedGetGoods: "取货失败待审核", OrderStatusAgreeFailedGetGoods: "取货失败", OrderStatusDelivering: "配送中",