作者 邓超

删除文件夹

... ... @@ -203,7 +203,7 @@ class DbPool {
$sql = "delete from `{$table}` where ".dbUpdate($where);
$query = $this->query($sql);
$query = $this->query([$sql,$where]);
if($query){
return $query->rowCount();
... ...