当前位置:   article > 正文

Error querying database. Cause: java.lang.IllegalStateException 参数类型写错Long写成long

error querying database. cause: java.lang.illegalstateexception: type handle

 Error querying database. Cause: java.lang.IllegalStateException: Type handler was null on parameter mapping for property '__frch_item_0'. It was either not specified and/or could not be found for the javaType ([J) : jdbcType (null) combination.

  1. @PostMapping("/status/{status}")
  2. public R<String> updateByIds(@PathVariable Integer status,Long[] ids){
  3. if (ids==null||ids.length==0){
  4. throw new CustomException("请选择要起售的套餐!");
  5. }
  6. }

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/155008
推荐阅读
相关标签
  

闽ICP备14008679号