From 2a6f8b9120e467879e16f6a1f9a14762548072dd Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 25 Mar 2019 18:12:01 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E9=A5=BF=E7=99=BE=E9=9B=B6=E5=94=AE?= =?UTF-8?q?=E5=BC=80=E6=94=BE=E5=B9=B3=E5=8F=B0=E8=AE=A2=E5=8D=95=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E4=B8=AD=E8=AE=A2=E5=8D=95ID=E2=80=9Corder=5Fid?= =?UTF-8?q?=E2=80=9D=E5=AD=97=E6=AE=B5=E9=95=BF=E5=BA=A6=E5=B0=86=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=B8=BA19=E4=BD=8D=EF=BC=8C=E5=92=8C=E9=A5=BF?= =?UTF-8?q?=E4=BA=86=E4=B9=88=E8=AE=A2=E5=8D=95ID=E2=80=9Celeme=5Forder=5F?= =?UTF-8?q?id=E2=80=9D=E5=AD=97=E6=AE=B5=E6=A0=BC=E5=BC=8F=E4=BF=9D?= =?UTF-8?q?=E6=8C=81=E4=B8=80=E8=87=B4=E3=80=82=E6=94=B9=E5=8A=A8GetPossib?= =?UTF-8?q?leVendorIDFromVendorOrderID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxutils/jxutils.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/business/jxutils/jxutils.go b/business/jxutils/jxutils.go index c5737db75..eb4119baa 100644 --- a/business/jxutils/jxutils.go +++ b/business/jxutils/jxutils.go @@ -109,7 +109,8 @@ func GetPossibleVendorIDFromVendorOrderID(vendorOrderID string) (vendorID int) { } else if orderIDLen == len("15380342248732") { vendorID = model.VendorIDEBAI } else if orderIDLen == len("33437032333978492") { - vendorID = model.VendorIDMTWM + // vendorID = model.VendorIDMTWM + vendorID = model.VendorIDEBAI // 饿百零售开放平台订单接口中订单ID“order_id”字段长度将调整为19位,和饿了么订单ID“eleme_order_id”字段格式保持一致。 } else if orderIDLen == len("5287873015048") { vendorID = model.VendorIDWSC }