Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

博客id错误问题 #6

Closed
xcxzzx-1 opened this issue May 19, 2019 · 2 comments
Closed

博客id错误问题 #6

xcxzzx-1 opened this issue May 19, 2019 · 2 comments

Comments

@xcxzzx-1
Copy link
Contributor

博客id大于999以后,上一篇和下一篇的id错误。例如1234 会变成1,234
点击以后,后台出错

‘’‘
2019-05-19 22:32:54 [com.zyd.blog.framework.advice.ExceptionHandleController:72] ERROR - url参数异常,请检查参数类型是否匹配!
org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.lang.Long'; nested exception is java.lang.NumberFormatException: For input string: "6,873"
’‘’

‘’‘
Caused by: java.lang.NumberFormatException: For input string: "6,873"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
’‘’

@xcxzzx-1
Copy link
Contributor Author

上一篇
下一篇

${val?c}

@zhangyd-c
Copy link
Owner

谢谢修复该问题!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants