提交 371750f7 authored 作者: taojinlong's avatar taojinlong

fix: 尝试解决导入excle 报找不到字段的问题

上级 ff5bb57a
......@@ -667,6 +667,9 @@ public class ExtractDataService {
//trans
JobEntryTrans transrans = new JobEntryTrans();
transrans.clearResultFiles = true;
transrans.execPerRow = true;
transrans.clearResultRows = true;
transrans.setTransname(transName);
transrans.setName("Transformation");
JobEntryCopy transEntry = new JobEntryCopy(transrans);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论