list.size() = 1 但显示 All elements are null
https://blog.csdn.net/weixin_43899069/article/details/124668722
if (CollectionUtils.isNotEmpty(list) && list.get(0) != null) {
return xxx;
}
https://blog.csdn.net/weixin_43899069/article/details/124668722
if (CollectionUtils.isNotEmpty(list) && list.get(0) != null) {
return xxx;
}