修正Query的select方法的关联预载入

This commit is contained in:
thinkphp
2016-12-05 10:55:50 +08:00
parent d11e4aea10
commit 1d2b44adc8
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ namespace think\model\relation;
use think\Db;
use think\db\Query;
use think\Loader;
use think\Model;
use think\model\Relation;