We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cn.iocoder.yudao.framework.tenant.core.job.TenantJobAspect#around 方法中使用了ConcurrentHashMap以存储租户运行结果,但ConcurrentHashMap本身不允许任何key or value为null,而执行结果本身是有可能为null的,由此导致出现NPE bug。 目前,该BUG已经由pay模块和infra模块的无返回值相关定时任务触发。
The text was updated successfully, but these errors were encountered:
已经修复了哈。
Sorry, something went wrong.
YunaiV
No branches or pull requests
cn.iocoder.yudao.framework.tenant.core.job.TenantJobAspect#around
方法中使用了ConcurrentHashMap以存储租户运行结果,但ConcurrentHashMap本身不允许任何key or value为null,而执行结果本身是有可能为null的,由此导致出现NPE bug。
目前,该BUG已经由pay模块和infra模块的无返回值相关定时任务触发。
The text was updated successfully, but these errors were encountered: