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 {