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 }