diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 16867a88a..b8ce1b353 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -1794,6 +1794,7 @@ func UpdateStoreVendorMap(ctx *jxcontext.Context, db *dao.DaoDB, storeID, vendor } } } + globals.SugarLogger.Debug("errList============%v", errList) return num, errors.New(fmt.Sprintf("errList=%v,err=%v", errList, err)) }