예제 #1
0
파일: Bid.php 프로젝트: Sheriyev/G5-CRM
 public function getAssignment()
 {
     return $this->hasOne(Assignment::className(), ['id' => 'obj_id'])->andWhere(['bid_type' => R::BID_ASSIGNMENT]);
 }