This commit is contained in:
richboo111
2022-08-25 15:11:34 +08:00
parent 243527bac3
commit b2241bf9fe

View File

@@ -5816,8 +5816,8 @@ func GetHomePageByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDis
}
}
}
homePages = append(homePages, homePage)
}
homePages = append(homePages, homePage)
globals.SugarLogger.Debug("homePages====================", homePages)
}
return homePages, "", nil