easy-swoole / orm

31 stars 27 forks source link

关联以后,查询不返回关联信息 #150

Closed livesitter closed 4 years ago

livesitter commented 4 years ago

easyswoole框架版本号、orm组件版本号 [Version] 3.3.8-dev 、1.4.12

问题描述和截图 [Question]

我有两个表,Article表的ser_id关联User表 使用主键查询 https://user-images.githubusercontent.com/27880065/85936563-a8cf1800-b92e-11ea-8289-e132bba250ef.png 查询结果是这样的,并没有关联的信息 https://user-images.githubusercontent.com/27880065/85936551-97860b80-b92e-11ea-99e2-b5efab10bd24.png

然后我将user属性赋值给一个变量 https://user-images.githubusercontent.com/27880065/85936573-c00e0580-b92e-11ea-836f-029ce714b0d8.png 查询结果就成了这样 https://user-images.githubusercontent.com/27880065/85936576-cbf9c780-b92e-11ea-8423-dc5585e9e366.png

预期结果,使用主键查询的时候就返回带有关系信息的结果。

排查情况和最小复现脚本 [Tests and Recurrence]

链接: https://pan.baidu.com/s/1ZpFSIkZHBxCIwph9e0Y3uQ 提取码: 43bj