This commit is contained in:
邹宗楠
2024-10-28 16:02:49 +08:00
parent c1eec9eb67
commit 9b80cdf7a3
4 changed files with 3 additions and 11 deletions

View File

@@ -6111,7 +6111,6 @@ func GetHomePageByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDis
homePages = append(homePages, homePage)
}
// todo 明天测试西南交大店首页没商品
globals.SugarLogger.Debugf("----------homePages := %s", utils.Format4Output(homePages, false))
return homePages, "", nil
}