where([ 'batch_id'=>$batchId ])->select(); } public function course() { return $this->belongsTo('app\api\model\course\Course', 'goods_id', 'id', [], 'RIGHT')->setEagerlyType(0); } }