1
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user