|
@@ -72,7 +72,7 @@ public abstract class AbstractTemplateEngine {
|
|
// 自定义内容
|
|
// 自定义内容
|
|
InjectionConfig injectionConfig = getConfigBuilder().getInjectionConfig();
|
|
InjectionConfig injectionConfig = getConfigBuilder().getInjectionConfig();
|
|
if (null != injectionConfig) {
|
|
if (null != injectionConfig) {
|
|
- injectionConfig.initMap(tableInfo);
|
|
|
|
|
|
+ injectionConfig.initTableMap(tableInfo);
|
|
objectMap.put("cfg", injectionConfig.getMap());
|
|
objectMap.put("cfg", injectionConfig.getMap());
|
|
List<FileOutConfig> focList = injectionConfig.getFileOutConfigList();
|
|
List<FileOutConfig> focList = injectionConfig.getFileOutConfigList();
|
|
if (CollectionUtils.isNotEmpty(focList)) {
|
|
if (CollectionUtils.isNotEmpty(focList)) {
|