|
@@ -58,6 +58,7 @@ func (l *BuyerListLogic) BuyerList(in *bxbuyer.BuyerListReq) (*bxbuyer.BuyerList
|
|
|
if isBool {
|
|
|
query, CountQuery = model.BuyerListRedisCacheQuery(in.PageNum, in.PageSize)
|
|
|
resp = model.GetBuyerList(query, CountQuery, in, true)
|
|
|
+ resp = model.SupplyBuyerListData(resp)
|
|
|
b, err := json.Marshal(resp.Data)
|
|
|
if err == nil {
|
|
|
redis.PutBytes("other", fmt.Sprintf(model.P_redis_key, in.PageNum, in.PageSize), &b, model.P_redis_time)
|