lgy 2 月之前
父节点
当前提交
eceed466c0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jcjyhr/vendor/topthink/think-orm/src/db/builder/Dm.php

+ 1 - 1
jcjyhr/vendor/topthink/think-orm/src/db/builder/Dm.php

@@ -11,7 +11,7 @@ declare (strict_types = 1);
 namespace think\db\builder;
 
 use think\db\Builder;
-use think\db\Query;
+use think\db\BaseQuery as Query;
 use think\db\exception\DbException as Exception;
 use think\db\Raw;