TP6中远程一对多


商品表和用户评论表:

// 这样写的意思是:用户123评论的商品
$res = Product::hasWhere('comments',['user_id'=>123])->select();