diff --git a/business/jxstore/cms/sync.go b/business/jxstore/cms/sync.go index eac0cf633..24df7f401 100644 --- a/business/jxstore/cms/sync.go +++ b/business/jxstore/cms/sync.go @@ -657,9 +657,9 @@ func (v *VendorSync) LoopStoresMap2(ctx *jxcontext.Context, parentTask tasksch.I if len(storeIDs) == 1 { storeMapList = storeMapList2 } else { - // for _, v := range storeMapList2 { - // storeList, _ := dao.GetStoreList(db, []int{v.StoreID}, nil, nil, nil, "") - // } + for _, v := range storeMapList2 { + storeList, _ := dao.GetStoreList(db, []int{v.StoreID}, nil, nil, nil, "") + } } if len(storeMapList) == 0 { return nil, "", nil