myBatis异常提示For input string: "{1=null}"
解决办法:在<when test=""></when>标签中接收参数的时候test中去掉#{}直接写上参数的名称就可以了<if test=""></if>也是一样!!!! 还有<bind name="" value="" ></bind>
解决办法:在<when test=""></when>标签中接收参数的时候test中去掉#{}直接写上参数的名称就可以了<if test=""></if>也是一样!!!! 还有<bind name="" value="" ></bind>