|
@@ -171,7 +171,7 @@ func GetBuyerList(qstr string, in *bxbuyer.BuyerListReq, isCache bool) (resp *bx
|
|
|
}
|
|
|
}
|
|
|
resp.Data.Count = int64(len(resp.Data.List))
|
|
|
- log.Println("=---count---===", resp.Data.Count)
|
|
|
+ logx.Info("=---count---===", resp.Data.Count)
|
|
|
if len(resp.Data.List) > 0 {
|
|
|
var wg sync.WaitGroup
|
|
|
//省份和城市 是否查询已关注信息 是否查询已领取信息
|
|
@@ -218,7 +218,7 @@ func GetBuyerList(qstr string, in *bxbuyer.BuyerListReq, isCache bool) (resp *bx
|
|
|
}
|
|
|
wg.Wait()
|
|
|
}
|
|
|
- log.Println("耗时;", time.Since(t1).Seconds(), time.Since(t1).Microseconds())
|
|
|
+ logx.Info("耗时;", time.Since(t1).Seconds(), time.Since(t1).Microseconds())
|
|
|
return
|
|
|
}
|
|
|
|