我用string类型的主键 用deleteBatchIds()方法list删除时,报There is no getter for property named 'usrIdx' in 'class java.lang.String'的错误,请问怎么解决
mybatisplus批量删除,不支持string类型,用int类型就可以。
使用@Param注解,设置一下变量名称。