This commit is contained in:
richboo111
2022-08-25 15:17:17 +08:00
parent b2241bf9fe
commit a08b136414

View File

@@ -5807,7 +5807,6 @@ func GetHomePageByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDis
for _, i := range storeInfos {
for _, j := range storeDeductionInfos {
for _, k := range StoreSkuInfos {
if i.StoreID == j.StoreID && i.StoreID == k.StoreID {
homePage = HomePageInfos{
StoreInfo: i,
StoreDeductionInfo: j,
@@ -5815,7 +5814,6 @@ func GetHomePageByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDis
}
}
}
}
homePages = append(homePages, homePage)
}
globals.SugarLogger.Debug("homePages====================", homePages)