提交 4128795e 编写于 作者: sq3536's avatar sq3536

bugfix

上级 270be901
......@@ -38,7 +38,7 @@ public class EntityModel extends BaseModel {
public String getTableName() {
return getDataEntity().getTableName();
return StringUtils.isEmpty(getDataEntity().getTableName())?getDataEntity().getName():getDataEntity().getTableName();
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册