数据库使用Db查询没有问题
但是使用模型,会报数据库连接错误
$goods = Good::where('id', $this->goods_id)->where('status', 1)->first();
PDOException: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) in /home/www/wwwroot/ln.zongcandaozhang.cn/suanming/vendor/illuminate/database/Connectors/Connector.php:70
Stack trace:
模型用的哪个ORM