home
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user