This commit is contained in:
邹宗楠
2024-07-24 09:53:36 +08:00
parent 6e2caa1273
commit 7324598fd7
2 changed files with 17 additions and 0 deletions

View File

@@ -769,6 +769,9 @@ 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))