From 5bc0a9136522f5d5aa52212d3238e639d4845ef3 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Tue, 11 May 2021 17:04:56 +0800 Subject: [PATCH] aa --- business/jxutils/jxutils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxutils/jxutils.go b/business/jxutils/jxutils.go index 02f3f358e..08e70c55b 100644 --- a/business/jxutils/jxutils.go +++ b/business/jxutils/jxutils.go @@ -164,7 +164,7 @@ func GetPossibleVendorIDFromVendorOrderID(vendorOrderID string) (vendorID int) { vendorID = model.VendorIDWSC } else if orderIDLen == len("1000004390") { vendorID = model.VendorIDJX - } else if orderIDLen == len("13153183146800000100") { + } else if orderIDLen == len("18100216009800000001") { vendorID = model.VendorIDJDShop } }