06 01 2021

1.hostname 用['127.0.0.1','127.0.0.2']数组方式

vendor/topthink/think-orm/src/db/PDOConnection.php

310行 改成

return $this->getConfig('hostname')[0] . ':' . $this->getConfig('hostport')[0] . '@' . $schema;




发表评论