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
Utils.copyProperty 316行 if (value.getClass() == field.getType()) {
应该要过滤value为null的情况
The text was updated successfully, but these errors were encountered:
我也遇到这种问题
Sorry, something went wrong.
我自己把源码改了。作者有空还需把源码梳理一下
明白了,尽快修复
No branches or pull requests
Utils.copyProperty 316行
if (value.getClass() == field.getType()) {
应该要过滤value为null的情况
The text was updated successfully, but these errors were encountered: