Explorar o código

fix: checkmax 注入修改

Marko552 %!s(int64=4) %!d(string=hai) anos
pai
achega
db3f8e83d0

+ 1 - 1
abi-cloud-qr-platform-common/src/main/java/com/abi/task/common/excel/ExcelInputFactory.java

@@ -179,7 +179,7 @@ public class ExcelInputFactory {
                     }
                     //调用method
                     Method method = methodCache.get(fieldName);
-                    String str = value.toString().replaceAll(" ", " ");
+                    String str = value.toString().replaceAll(" ", "");
                     method.invoke(t,StrUtils.filterHtml(str));
                 }
                 excelPojoList.add(t);