在Mapper.xml 中写 insert 插入语句时,在 sql 的末尾要加 分号,没加分号则会报此异常;
Parameter index out of range (xx > number of parameters, which is yy).
最新推荐文章于 2025-04-17 14:18:50 发布
在Mapper.xml 中写 insert 插入语句时,在 sql 的末尾要加 分号,没加分号则会报此异常;