You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
修改 当通过QueryBuilder查询一条数据时,会报错的BUG (swoft-cloud/swoft-component#126)
* 当通过QueryBuilder查询一条数据时,因为在`addGetDecorator`方法中,已经把Array 修改成了Collection,所以当调用`arrayToEntity`时,会报错 `Argument 1 passed to Swoft\Db\Helper\EntityHelper::arrayToEntity() must be of the type array, object given`
* 完善单元测试