chenrui
2025-05-07 f5f22d70397d36fef8c47f9c3aae510133057b83
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");
                        }