java.lang.IllegalStateException: Optional int parameter 'order' is present but cannot be translated
into a null value due to being declared as a primitive type. Consider declaring it as object wrapper for the corresponding primitive type.
这个是要将参数中的int类型改为Integer对象
本文解决Java编程中遇到的非法状态错误,具体为Optionalint参数不能转换为null值的问题,建议将int类型参数更改为Integer对象。
1266

被折叠的 条评论
为什么被折叠?



