Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

没有成功去掉表名的前缀 #50

Closed
ZuulAndRibbon opened this issue Sep 5, 2020 · 0 comments
Closed

没有成功去掉表名的前缀 #50

ZuulAndRibbon opened this issue Sep 5, 2020 · 0 comments

Comments

@ZuulAndRibbon
Copy link

我已经在init文件添加如下:

##去掉表的t_前缀,sys_前缀
#if($tableInfo.obj.name.startsWith("t_"))
    $!tableInfo.setName($tool.getClassName($tableInfo.obj.name.replaceFirst("t_","")))
#end
#if($tableInfo.obj.name.startsWith("sys_"))
    $!tableInfo.setName($tool.getClassName($tableInfo.obj.name.substring(4)))
#end

但是没有见效

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant