From 674af0cf55185711b6b632f50ca8da936d4dc4e5 Mon Sep 17 00:00:00 2001 From: yunwuxin <448901948@qq.com> Date: Thu, 12 Dec 2024 16:44:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/db/BaseQuery.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/db/BaseQuery.php b/src/db/BaseQuery.php index b653e7b3..30410e47 100644 --- a/src/db/BaseQuery.php +++ b/src/db/BaseQuery.php @@ -277,7 +277,7 @@ public function getConfig(string $name = '') /** * 得到当前或者指定名称的数据表. - * @param bool $alias 是否返回数据表别名 + * @param bool $alias 是否返回数据表别名 * * @return string|array|Raw */ @@ -1411,11 +1411,7 @@ public function delete($data = null): int * * @param array $data 主键数据 * - * @throws Exception - * @throws ModelNotFoundException - * @throws DataNotFoundException - * - * @return Collection|array|static[] + * @return \think\model\Collection|\think\Collection */ public function select(array $data = []): Collection {