Yiiは、選択する列を選択するたびにPKを選択していますが、selectをfalseに設定すると、正しく機能します...無効にするにはどうすればよいですか?selecting the PK column by default
すなわち。
$criteria->with = array(
'provider' => array(
'with' => array(
'provider_offers' => array(
'select' => 'provider_id',// here it select the 'id' with the provider_id