chenrui
2025-05-12 4f6d90f81e1328baeb8c9f2c9c23e34b7b8f002a
src/main/java/com/ruoyi/common/utils/poi/ExcelUtil.java
@@ -428,7 +428,7 @@
                    if (String.class == fieldType)
                    {
                        String s = Convert.toStr(val);
                        if (StringUtils.endsWith(s, ".0"))
                        if (s.matches("^\\d+\\.0$"))
                        {
                            val = StringUtils.substringBefore(s, ".0");
                        }