gorm.DB.Where("id in (?)", IDs).Find(&us)

如果我的ID是 []int{1,1} 并且我想要返回两个重复数据,我该怎么办?在我的项目中,如果ID是 []int{1,1} ,它只返回给我一个数据