|
@@ -136,7 +136,7 @@ public class ExcelUtil {
|
|
|
log.info("读取excel里的数据结束,============耗时============:{}秒", (end - start) / 1000);
|
|
|
return callback.callback(finalOList, finalColumnNameList, finalExcelErrorList);
|
|
|
} catch (Exception e) {
|
|
|
- log.error("excel读取报错【测试环境】", e);
|
|
|
+ log.error("excel读取报错", e);
|
|
|
if (e instanceof IllegalArgumentException) {
|
|
|
String errorColumn = e.getMessage();
|
|
|
if (errorColumn.indexOf("Can not set java.lang.String field") != -1 &&
|