mybatis Cause: java.lang.NumberFormatException: For input string: "S"

mybatis Cause: java.lang.NumberFormatException: For input string: “S”
需要用到字符串比较,可以采用以下方式:

1:将代码改为test=“param eq ‘S’.toString()”

2:将代码改为test=“name == “S””

3:将代码改为test=‘index == “S”’

参考链接:https://www.cnblogs.com/tv151579/p/3297691.html

猜你喜欢

转载自blog.csdn.net/summerSunStart/article/details/82767131