From 3dd488a165344a3c8117a918c4a2032ffc09e4b8 Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 29 Mar 2019 17:15:16 +0800 Subject: [PATCH] - fk --- business/jxstore/cms/sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/sync.go b/business/jxstore/cms/sync.go index 7b98f21ae..676caca07 100644 --- a/business/jxstore/cms/sync.go +++ b/business/jxstore/cms/sync.go @@ -546,7 +546,7 @@ func isSyncError(err error) bool { func addVendorInfo2Err(inErr error, vendorID int) (outErr error) { if inErr != nil { - outErr = fmt.Errorf("处理平台%s, %s", inErr.Error(), model.VendorChineseNames[vendorID]) + outErr = fmt.Errorf("处理平台%s, %s", model.VendorChineseNames[vendorID], inErr.Error()) } return outErr }