这个问题是在做系统访问日志时,查询所有订单出现的报错。原因是因为没有找到 findAll(java.lang.Integer, java.lang.Integer)这个方法。
有个疑问我是findAll(int,int)方法,为什么去找findAll(java.lang.Integer, java.lang.Integer)呢?出问题的是下面这段代码
问题解决,将参数的int换为包装类Integer即可。
相关文章
- 【转载】springboot启动报错(Unable to start web server; nested exception is ...
- spark sql中Exception in thread “main“ 问题
- Java中Error与Exception的区别
- Caused by: 元素类型为 "package" 的内容必须匹配 "(result-types?,interceptors?,default-interceptor-ref?,default-action-ref?,default-class-ref?,global-results?,global-exception-mappings?,action*)"
- 使用Spire组件抛出异常The type initializer for 'spr857' threw an exception
- OpenCV imread读取图片,imshow展示图片,出现cv:Exception at memory location异常
- Unable to connect to Redis; nested exception is : Unable to
- Thrown "KeeperErrorCode = Unimplemented for /services" exception
- NDK配置debug环境时:Error:FAILURE: Build failed with an exception
- Exception.Data 为异常添加更多调试信息