@@ -4445,7 +4445,7 @@ class WholeController extends Curd
$query = $this->doSelect($where, $field, $order);
- return $this->exportDoFormat($query, $format, 1000);
+ return $this->exportDoFormat($query, $format, 10000);
}
/**