xorm批量删除数据Erro:converting argument $1 type: unsupported type []string, a slice of string
删除时,需要传入string类型的切片作为条件,实现批量删除。codes:=[]string{}//...执行一系列操作为codes赋值//..._,delRolErr:=session.Where("codein?",codes).Delete(po.User{})上面删除语句执行时报错:convertingargument$1type:unsupportedtype[]string,aslic