|
|
@ -796,6 +796,7 @@ public class ImportCommonServiceImpl extends Service implements ImportCommonServ
|
|
|
|
departmentColumn = column;
|
|
|
|
departmentColumn = column;
|
|
|
|
iterator.remove();
|
|
|
|
iterator.remove();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if ("joblevel".equals(importType)) {
|
|
|
|
if ("方案编号".equals(column)) {
|
|
|
|
if ("方案编号".equals(column)) {
|
|
|
|
schemeList.add(column);
|
|
|
|
schemeList.add(column);
|
|
|
|
levelList.add(column);
|
|
|
|
levelList.add(column);
|
|
|
@ -827,6 +828,7 @@ public class ImportCommonServiceImpl extends Service implements ImportCommonServ
|
|
|
|
gradeList.add(column);
|
|
|
|
gradeList.add(column);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
if (StringUtils.isNotBlank(departmentColumn.toString())) {
|
|
|
|
if (StringUtils.isNotBlank(departmentColumn.toString())) {
|
|
|
|
columnList.add(0, departmentColumn);
|
|
|
|
columnList.add(0, departmentColumn);
|
|
|
|
}
|
|
|
|
}
|
|
|
|