|
|
@ -1,7 +1,6 @@ |
|
|
|
package com.fr.design.data; |
|
|
|
package com.fr.design.data; |
|
|
|
|
|
|
|
|
|
|
|
import com.fanruan.ComponentUtils; |
|
|
|
import com.fanruan.ComponentUtils; |
|
|
|
import com.fanruan.config.impl.data.TableDataConfigProviderFactory; |
|
|
|
|
|
|
|
import com.fr.base.StoreProcedureParameter; |
|
|
|
import com.fr.base.StoreProcedureParameter; |
|
|
|
import com.fr.base.TableData; |
|
|
|
import com.fr.base.TableData; |
|
|
|
import com.fr.concurrent.NamedThreadFactory; |
|
|
|
import com.fr.concurrent.NamedThreadFactory; |
|
|
@ -20,6 +19,7 @@ import com.fr.data.impl.storeproc.StoreProcedureHelper; |
|
|
|
import com.fr.data.operator.DataOperator; |
|
|
|
import com.fr.data.operator.DataOperator; |
|
|
|
import com.fr.design.DesignModelAdapter; |
|
|
|
import com.fr.design.DesignModelAdapter; |
|
|
|
import com.fr.design.data.datapane.preview.PreviewTablePane; |
|
|
|
import com.fr.design.data.datapane.preview.PreviewTablePane; |
|
|
|
|
|
|
|
import com.fr.design.data.datapane.preview.TableDataBeanHelper; |
|
|
|
import com.fr.design.data.tabledata.wrapper.MultiResultTableDataNameWrapper; |
|
|
|
import com.fr.design.data.tabledata.wrapper.MultiResultTableDataNameWrapper; |
|
|
|
import com.fr.design.data.tabledata.wrapper.MultiResultTableDataWrapper; |
|
|
|
import com.fr.design.data.tabledata.wrapper.MultiResultTableDataWrapper; |
|
|
|
import com.fr.design.data.tabledata.wrapper.ServerTableDataWrapper; |
|
|
|
import com.fr.design.data.tabledata.wrapper.ServerTableDataWrapper; |
|
|
@ -316,7 +316,7 @@ public abstract class DesignTableDataManager { |
|
|
|
names.add(entry.getKey()); |
|
|
|
names.add(entry.getKey()); |
|
|
|
} |
|
|
|
} |
|
|
|
//服务器数据集
|
|
|
|
//服务器数据集
|
|
|
|
Map<String, TableData> tableDatas = TableDataConfigProviderFactory.getInstance().getTableDatas(); |
|
|
|
Map<String, TableData> tableDatas = TableDataBeanHelper.getServerTableDatas(); |
|
|
|
for (Map.Entry<String, TableData> entry : tableDatas.entrySet()) { |
|
|
|
for (Map.Entry<String, TableData> entry : tableDatas.entrySet()) { |
|
|
|
names.add(entry.getKey()); |
|
|
|
names.add(entry.getKey()); |
|
|
|
} |
|
|
|
} |
|
|
|