This commit is contained in:
2019-04-23 15:47:08 +08:00
parent e5a4451a7e
commit 8a03b03888
9 changed files with 119 additions and 74 deletions

View File

@@ -22,7 +22,7 @@ public class DbExecutors {
String[] sqls = PARSER.parse(fBean);
//当前的业务 => 获取主表 信息 => 数据源信息 => 数据源对象 => 创建数据工具对象 => 查询数据
MetaService metaService = MetaKit.getMetaService(fBean.getName());
MetaService metaService = MetaKit.getMetaService(fBean.getName(), fBean.getPlatToken());
MetaTable mainTable = MetaKit.getMetaTableByAlias(metaService.getTable());