belongsTo(Admin::class, 'admin_id', 'id'); } /** 当前thinkphp 多态关联有 bug */ // public function customerService() // { // return $this->morphOne(\addons\shopro\model\chat\Log::class, ['sender_identify', 'sender_id'], 'customer_service'); // } }