1
13693261870
2024-08-25 fc0f31f410662cb02c559e2997029304c6aed2e0
se-modules/se-gen/src/main/java/com/se/gen/util/GenUtils.java
@@ -216,7 +216,7 @@
     */
    public static String replaceText(String text)
    {
        return RegExUtils.replaceAll(text, "(?:表|若依)", "");
        return RegExUtils.replaceAll(text, "(?:表|SE)", "");
    }
    /**