From b52d1ae51e9eb7980ec7c6ccfffeb63865853e63 Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 27 Aug 2019 16:18:10 +0800 Subject: [PATCH] =?UTF-8?q?-=20"=E6=82=A8=E5=A5=BD=EF=BC=8C=E8=BF=91?= =?UTF-8?q?=E6=9C=9F=E9=A5=BF=E7=99=BE=E9=9B=B6=E5=94=AE=E5=BC=80=E6=94=BE?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E5=AF=B9=E8=AE=A2=E5=8D=95=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E4=B8=AD=E9=83=A8=E5=88=86=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E8=B0=83=E6=95=B4=EF=BC=8C=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E5=B0=86=E4=BB=8E8=E6=9C=8829=E6=97=A5=E8=B5=B7=E6=A0=B9?= =?UTF-8?q?=E6=8D=AE=E9=97=A8=E5=BA=97=E7=BB=B4=E5=BA=A6=E9=80=90=E6=AD=A5?= =?UTF-8?q?=E7=81=B0=E5=BA=A6=EF=BC=8C=E9=A2=84=E8=AE=A19=E6=9C=88?= =?UTF-8?q?=E5=BA=95=E5=85=A8=E9=87=8F=E3=80=82=E8=AF=B7=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E8=80=85=E5=85=B3=E6=B3=A8"=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/partner/purchase/ebai/waybill.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/partner/purchase/ebai/waybill.go b/business/partner/purchase/ebai/waybill.go index 5b81bf2e1..781adb430 100644 --- a/business/partner/purchase/ebai/waybill.go +++ b/business/partner/purchase/ebai/waybill.go @@ -22,6 +22,7 @@ var ( ebaiapi.WaybillStatusSelfDelivery: model.WaybillStatusUnknown, ebaiapi.WaybillStatusDontDeliver: model.WaybillStatusCanceled, ebaiapi.WaybillStatusDeliveryRejected: model.WaybillStatusCanceled, + ebaiapi.WaybillStatusCourierArrived: model.WaybillStatusCourierArrived, } )