处理代码生成器关联查询
This commit is contained in:
parent
7a71bcf238
commit
ed6b24c677
|
|
@ -70,7 +70,6 @@ public class VelocityUtil {
|
||||||
|
|
||||||
// 替换前缀
|
// 替换前缀
|
||||||
table.setSubTableName(table.getSubTableName().replace(GlobalConfig.tablePrefix, ""));
|
table.setSubTableName(table.getSubTableName().replace(GlobalConfig.tablePrefix, ""));
|
||||||
System.out.println(GenUtil.getTableAlias(table.getSubTableName()));
|
|
||||||
|
|
||||||
// 设置模板变量
|
// 设置模板变量
|
||||||
VelocityContext velocityContext = new VelocityContext();
|
VelocityContext velocityContext = new VelocityContext();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue