Commit 21b4d749 by 徐高华

查询会员的好友导购

parent cbddf1e7
......@@ -809,6 +809,7 @@ public class ExternalClerkRelatedApiServiceImpl implements ExternalClerkRelatedA
dto.setMemberId(memberId);
return dto ;
}).collect(Collectors.toList());
log.info("好友={}",JSONObject.toJSONString(retList));
return retList;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment