This commit is contained in:
邹宗楠
2024-10-09 16:19:14 +08:00
parent 1f6dc7185e
commit ee6cce8338

View File

@@ -6093,6 +6093,7 @@ func GetHomePageByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDis
//} //}
} }
baseapi.SugarLogger.Infof("GetTopSkusByStoreIDs usedMilliSecond------4:%d", time.Now().Sub(beginTime)/time.Millisecond)
for _, i := range storeInfos { for _, i := range storeInfos {
homePage := HomePageInfos{} homePage := HomePageInfos{}
@@ -6116,7 +6117,7 @@ func GetHomePageByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDis
} }
homePages = append(homePages, homePage) homePages = append(homePages, homePage)
} }
baseapi.SugarLogger.Infof("GetTopSkusByStoreIDs usedMilliSecond------4:%d", time.Now().Sub(beginTime)/time.Millisecond) baseapi.SugarLogger.Infof("GetTopSkusByStoreIDs usedMilliSecond------5:%d", time.Now().Sub(beginTime)/time.Millisecond)
return homePages, "", nil return homePages, "", nil
} }