liusheng
2025-04-27 60a0f24ddd8ddfc21b23750df0990f9089a1f0f4
ruoyi-generator/src/main/java/com/ruoyi/generator/util/GenUtils.java
@@ -215,7 +215,7 @@
     */
    public static String replaceText(String text)
    {
        return RegExUtils.replaceAll(text, "(?:表|若依)", "");
        return RegExUtils.replaceAll(text, "(?:表|利湖)", "");
    }
    /**