Browse Source

测试环境

wangliang 3 years ago
parent
commit
33ba31c63e

+ 1 - 1
themis-business/src/main/java/com/qmth/themis/business/util/ExcelUtil.java

@@ -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 &&