Laravel 如果模型里的主键 不是 id 需要在model里指定 $primaryKey

protected $primaryKey = 'cateid';