From ee6cce83385b8c42cc4f8eb653f9fffde53fc0b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 9 Oct 2024 16:19:14 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/store.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }