一、代码
/**
 * @throws /think/Exception
 */
protected function getDb(){
    if(!$this->my_db){
        $this->my_db = Db::connect(config('db2'));
    }
}
config.php

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/tech/bigdata/282534.html
/**
 * @throws /think/Exception
 */
protected function getDb(){
    if(!$this->my_db){
        $this->my_db = Db::connect(config('db2'));
    }
}
config.php

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/tech/bigdata/282534.html