yii2.0 联表查询数据库报错:undefined index order_id

1.在查询时加了->select();如下,要加上order_id,即关联的字段(比如:order_id)比如要在select中,否则会报错:undefined index order_id

//查询客户与他们的订单和国家
CustomerModel::find()->select('order_id')->with('orders', 'country')->all();
上一篇:Davinci DM6446开发攻略-UBOOT-2009.03移植2 nand flash的烧写


下一篇:使用MySQL查询选择多个和,并将它们显示在单独的列中