求助BELONGS_TO关联错误

浏览:620 发布日期:2015/08/14 分类:求助交流
商品关联到商店失败,但是关联到品牌成功 'brand' => array(
            'mapping_type' => self::BELONGS_TO,
            'class_name' => 'Brand',
            'foreign_key' => 'brand_id',
        ),
        'shop' => array(
            'mapping_type' => self::BELONGS_TO,
            'class_name' => 'Shop',
            'foreign_key' => 'user_id',
            'as_fields' => 'name:shop_name',
        ),
错误提示
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Array' in 'where clause'
错误位置
FILE: F:\WorkSpace\PhpstormProjects\zone\ThinkPHP\Library\Think\Db\Driver.class.php  LINE: 169
最佳答案
评论( 相关
后面还有条评论,点击查看>>