forked from github/dataease
fix: 尝试解决导入excle 报找不到字段的问题
This commit is contained in:
parent
53fc333341
commit
4681c10b76
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user