From ea5a0c64286ea6b9de5986b1e78e56a5861268c5 Mon Sep 17 00:00:00 2001 From: gazebo Date: Wed, 15 Aug 2018 14:12:42 +0800 Subject: [PATCH] - fk. --- 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 96d6cd619..dc7a9e46f 100644 --- a/business/jxutils/jxutils.go +++ b/business/jxutils/jxutils.go @@ -67,7 +67,7 @@ func SplitUniversalOrderID(universalOrderID string) (orderID string, vendorID in vendorID = model.VendorIDELM } else { // globals.SugarLogger.Errorf("unkown order type:%v", universalOrderID) - panic(fmt.Sprintf("unkown order type:%v", universalOrderID)) + panic(fmt.Sprintf("unkown order type:%v, orderIDLen:%d", universalOrderID, orderIDLen)) vendorID = model.VendorIDUnknown } orderID = universalOrderID