且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

解析:在查询中包含嵌套指针

更新时间:2023-01-12 18:03:41

您还需要包含这些子子对象:

You'll need to include those sub-sub-objects as well:

messageQuery.include('message');
messageQuery.include('message.user');  // if user is the column name
messageQuery.include('message.activity'); // if activity is the column name