This commit is contained in:
邹宗楠
2024-07-24 10:36:20 +08:00
parent 7324598fd7
commit f09cc25e07
2 changed files with 2 additions and 16 deletions

View File

@@ -769,9 +769,6 @@ func (v *VendorSync) LoopStoresMap2(ctx *jxcontext.Context, parentTask tasksch.I
}
vendorStoreMap := make(map[int][]*model.StoreMap)
for _, v := range storeMapList {
if v.StoreID == 666900 {
globals.SugarLogger.Debugf("===========store:%d", v.VendorID)
}
vendorStoreMap[v.VendorID] = append(vendorStoreMap[v.VendorID], v)
}
loopInfoList := make([]*LoopStoreMapInfo, len(vendorStoreMap))