|
@@ -200,6 +200,7 @@ public class OrgServiceImpl implements OrgService {
|
|
|
orgEntity = new OrgEntity();
|
|
|
orgEntity.setRootId(rootId);
|
|
|
orgEntity.setParentId(parentId);
|
|
|
+ orgEntity.setCode(code);
|
|
|
}
|
|
|
|
|
|
orgEntity.setName(name);
|
|
@@ -293,7 +294,7 @@ public class OrgServiceImpl implements OrgService {
|
|
|
|
|
|
List<String[]> lineList = null;
|
|
|
try {
|
|
|
- lineList = ExcelReader.readSheetBySax(PathUtil.getCanonicalPath(file), 1, 3);
|
|
|
+ lineList = ExcelReader.readSheetBySax(PathUtil.getCanonicalPath(file), 1, 4);
|
|
|
} catch (Exception e) {
|
|
|
throw new StatusException("B-100110", "Excel 解析失败");
|
|
|
}
|