陈昶聿
昨天 88c59e4c6d00c8b6058320bd49a74322d8e5f6d3
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, "(?:表|利湖)", "");
    }
    /**