赞
踩
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.
- @PostMapping("/status/{status}")
- public R<String> updateByIds(@PathVariable Integer status,Long[] ids){
- if (ids==null||ids.length==0){
- throw new CustomException("请选择要起售的套餐!");
-
- }
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。