diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 23d665b8c..6dddf25d9 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -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 { homePage := HomePageInfos{} @@ -6116,7 +6117,7 @@ func GetHomePageByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDis } 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 }