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

This commit is contained in:
taojinlong 2021-08-19 16:42:41 +08:00
parent 53fc333341
commit 4681c10b76

View File

@ -668,8 +668,8 @@ public class ExtractDataService {
//trans
JobEntryTrans transrans = new JobEntryTrans();
transrans.clearResultFiles = true;
transrans.execPerRow = true;
transrans.clearResultRows = true;
transrans.followingAbortRemotely = true;
transrans.setTransname(transName);
transrans.setName("Transformation");
JobEntryCopy transEntry = new JobEntryCopy(transrans);