belongsTo('DingStaff', 'owner_staff_id','user_id', [], 'LEFT')->setEagerlyType(0); } //客户 public function customer(){ return $this->belongsTo('DingCustomer', 'customer_id','id', [], 'LEFT')->setEagerlyType(0); } }