This commit is contained in:
richboo111
2022-08-25 10:57:53 +08:00
parent 245ceeb28c
commit f5119f5ba1

View File

@@ -5801,6 +5801,7 @@ func GetHomePageByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDis
if err != nil {
return nil, "获取热销商品失败", err
}
globals.SugarLogger.Debug("topSkusInfo===============", topSkusInfo)
for _, i := range tmp1s {
for _, j := range topSkusInfo {
if i.StoreID == j.StoreID {