-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
运行test用例报错,,请问你们是如何解决这个问题的? #612
Labels
question
Further information is requested
Comments
算了,最后选择skipTest |
你是 windows11 么? 目前看,好像就它会出现。 |
我看到有这个pr,但是好像你这边没有选择合并 |
对的,确实是win11 |
不是还没解决吗?怎么这么着急标记为已完成 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
碰到问题,请在 https://github.com/YunaiV/ruoyi-vue-pro/issues 搜索是否存在相似的 issue。
不按照模板提交的 issue,会被系统自动删除。
基本信息
你猜测可能的原因
(必填)我花费了 2-4 小时自查,发现可能的原因是:看了一下主要是java时间和mysql时间长度不一致。
其中java的LocalDataTime精确到纳秒,mysql的datetime时间精确到微秒。这样存库后再查出来比对,时间是不一致的。
请问你们是如何解决这个问题的?是自己手动把LocalDateTime的精度四舍五入精确到微妙,还是改数据库字段的时间格式?
还是其他更好的解决方法?请指教,谢谢大佬。
复现步骤
第一步,
第二步,
第三步,
报错信息
The text was updated successfully, but these errors were encountered: