From feb739bcf6bcbd0b6578e22e00936dac9cf0c8d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 31 Jan 2023 15:50:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E6=A1=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/sync2.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/business/jxstore/cms/sync2.go b/business/jxstore/cms/sync2.go index 800ca15cf..331a34ee7 100644 --- a/business/jxstore/cms/sync2.go +++ b/business/jxstore/cms/sync2.go @@ -38,6 +38,8 @@ func getMultiStoreVendorInfoList() (list []*MultiStoreVendorInfo) { }) } } + globals.SugarLogger.Debugf("======vendorIDs======= %s", utils.Format4Output(vendorIDs, false)) + globals.SugarLogger.Debugf("======list======= %s", utils.Format4Output(list, false)) return list }