This commit is contained in:
richboo111
2022-08-25 15:29:24 +08:00
parent 044b311515
commit 1c517285f9

View File

@@ -5810,12 +5810,12 @@ func GetHomePageByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDis
if i.StoreID == j.StoreID { if i.StoreID == j.StoreID {
homePage.StoreDeductionInfo = j homePage.StoreDeductionInfo = j
} }
}
for _, k := range StoreSkuInfos { for _, k := range StoreSkuInfos {
if i.StoreID == k.StoreID { if i.StoreID == k.StoreID {
homePage.StoreSkuInfo = k homePage.StoreSkuInfo = k
} }
} }
}
homePages = append(homePages, homePage) homePages = append(homePages, homePage)
} }
globals.SugarLogger.Debug("homePages====================", homePages) globals.SugarLogger.Debug("homePages====================", homePages)