This commit is contained in:
richboo111
2022-08-25 11:02:10 +08:00
parent f5119f5ba1
commit c812ea1965

View File

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