作者 邓超

m

... ... @@ -328,7 +328,7 @@ trait DbQuery {
return $query->fetchAll();
}
return null;
return [];
}
... ...