|
@@ -2220,15 +2220,18 @@ class Database
|
|
|
|
|
|
$config = $this->config();
|
|
|
|
|
|
- if ($type == 'layui') {
|
|
|
- if (isset($config['manage']['list_table'])) {
|
|
|
- return array();
|
|
|
- }
|
|
|
- } else {
|
|
|
- if (!isset($config['manage']['list_table'])) {
|
|
|
- return '';
|
|
|
+ if (!$excel) {
|
|
|
+ if ($type == 'layui') {
|
|
|
+ if (isset($config['manage']['list_table'])) {
|
|
|
+ return array();
|
|
|
+ }
|
|
|
+ } else {
|
|
|
+ if (!isset($config['manage']['list_table'])) {
|
|
|
+ return '';
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
|
|
|
$high = array();
|
|
|
|