From eb5231d84741b8a39ba784b3f3ff715819a8478d Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Mon, 24 May 2021 15:48:00 +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 0809b9a1d..8a3e91de6 100644 --- a/business/jxutils/jxutils.go +++ b/business/jxutils/jxutils.go @@ -165,7 +165,7 @@ func GetPossibleVendorIDFromVendorOrderID(vendorOrderID string) (vendorID int) { vendorID = model.VendorIDWSC } else if orderIDLen == len("1000004390") { vendorID = model.VendorIDJX - } else if orderIDLen == len("18100216009800000001") { + } else if orderIDLen == len("18100216009800000001") || orderIDLen == len("191075245758000000039") { vendorID = model.VendorIDJDShop } //} else {