当前位置:   article > 正文

org.springframework.web.method.annotation.MethodArgumentTypeMismatchException:

org.springframework.web.method.annotation.methodargumenttypemismatchexceptio

错误提示

org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'long'; nested exception is java.lang.NumberFormatException: For input string: "null"
  • 1

错误原因

当后台没有查询到,给前台传入null时报这个错误

nested exception is java.lang.NumberFormatException: For input string: "null"
  • 1

错误改正

增加判空语句,当有空时不执行

 if(videoBulletbox != "null" && videoBulletbox != "" ){}
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/229763
推荐阅读
相关标签
  

闽ICP备14008679号