diff --git a/business/jxstore/cms/sync.go b/business/jxstore/cms/sync.go index 4e704d5c8..e2463551b 100644 --- a/business/jxstore/cms/sync.go +++ b/business/jxstore/cms/sync.go @@ -605,6 +605,7 @@ func (v *VendorSync) LoopStoresMap2(ctx *jxcontext.Context, parentTask tasksch.I if len(storeMapList) == 0 { return nil, "", nil } + fmt.Println("test", utils.Format4Output(storeMapList, false)) vendorStoreMap := make(map[int][]*model.StoreMap) for _, v := range storeMapList { vendorStoreMap[v.VendorID] = append(vendorStoreMap[v.VendorID], v)