|
@@ -2513,6 +2513,9 @@ class Database
|
|
|
$param['option'][$config['top_option']['col']] = array($config['top_option']['value'], 'in');
|
|
|
}
|
|
|
}
|
|
|
+ if (isset($config['manage']['company']) && is_array($config['manage']['company']) && isset($config['manage']['company']['join'])) {
|
|
|
+ $param['join'][] = $config['manage']['company']['join'];
|
|
|
+ }
|
|
|
|
|
|
if ($excel == true) {
|
|
|
$method = $this->project . '/' . $this->table . '-list';//all
|