作者 邓超

m

... ... @@ -243,7 +243,7 @@ trait DbQuery {
* @time 2023/2/14 16:19
*/
public function count(string|array $sql):int{
return $this->getCacheData($sql,0,\PDO::FETCH_COLUMN);
return (int) $this->getCacheData($sql,0,\PDO::FETCH_COLUMN);
}
/**
... ...