删除多余;

pull/3/head
RuoYi 2018-04-28 15:03:06 +08:00
parent 2d84e9183b
commit 9376208d10
1 changed files with 0 additions and 1 deletions

View File

@ -214,7 +214,6 @@ public class GenUtils
public static String replaceKeyword(String keyword)
{
String keyName = keyword.replaceAll("(?:表|信息)", "");
;
return keyName;
}