From 30433d0ebf635c7d21ee3ffba03df9a497e6e47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 16 Oct 2020 17:51:14 +0800 Subject: [PATCH] del --- business/jxstore/cms/sync.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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