rabin 3 년 전
부모
커밋
df9f98aa87
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/Database.php

+ 3 - 0
src/Database.php

@@ -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