Commit f6825c95 authored by fangxinjiang's avatar fangxinjiang

不良记录导入

parent 2ff5eb44
...@@ -230,6 +230,7 @@ public class ExcelUtil <T> implements Serializable { ...@@ -230,6 +230,7 @@ public class ExcelUtil <T> implements Serializable {
if (field == null) { if (field == null) {
continue; continue;
} }
tempStr=null;
// 设置实体类私有属性可访问 // 设置实体类私有属性可访问
field.setAccessible(true); field.setAccessible(true);
attr = field.getAnnotation(ExcelAttribute.class); attr = field.getAnnotation(ExcelAttribute.class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment