@@ -37,5 +37,5 @@ return [
// 前缀
'prefix' => 'dd_',
// 返回类型
- 'resultset_type' => 'array',
+ 'resultset_type' => 'think\Collection',
];