正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -243,7 +243,7 @@ trait DbQuery { | @@ -243,7 +243,7 @@ trait DbQuery { | ||
243 | * @time 2023/2/14 16:19 | 243 | * @time 2023/2/14 16:19 |
244 | */ | 244 | */ |
245 | public function count(string|array $sql):int{ | 245 | public function count(string|array $sql):int{ |
246 | - return $this->getCacheData($sql,0,\PDO::FETCH_COLUMN); | 246 | + return (int) $this->getCacheData($sql,0,\PDO::FETCH_COLUMN); |
247 | } | 247 | } |
248 | 248 | ||
249 | /** | 249 | /** |
-
请 注册 或 登录 后发表评论