mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-08 08:07:46 +08:00
处理代码生成器关联查询
This commit is contained in:
@@ -70,7 +70,6 @@ public class VelocityUtil {
|
||||
|
||||
// 替换前缀
|
||||
table.setSubTableName(table.getSubTableName().replace(GlobalConfig.tablePrefix, ""));
|
||||
System.out.println(GenUtil.getTableAlias(table.getSubTableName()));
|
||||
|
||||
// 设置模板变量
|
||||
VelocityContext velocityContext = new VelocityContext();
|
||||
|
||||
Reference in New Issue
Block a user