|
@@ -176,11 +176,11 @@ public class DepartmentExportController {
|
|
|
String top = String.format("%s 全量", deptNameChain);
|
|
String top = String.format("%s 全量", deptNameChain);
|
|
|
LinkedList<String> temp = Lists.newLinkedList();
|
|
LinkedList<String> temp = Lists.newLinkedList();
|
|
|
temp.add(top);
|
|
temp.add(top);
|
|
|
- temp.add("账号");
|
|
|
|
|
|
|
+ temp.add("部门");
|
|
|
head.add(temp);
|
|
head.add(temp);
|
|
|
temp = Lists.newLinkedList();
|
|
temp = Lists.newLinkedList();
|
|
|
temp.add(top);
|
|
temp.add(top);
|
|
|
- temp.add("部门");
|
|
|
|
|
|
|
+ temp.add("账号");
|
|
|
head.add(temp);
|
|
head.add(temp);
|
|
|
temp = Lists.newLinkedList();
|
|
temp = Lists.newLinkedList();
|
|
|
temp.add(top);
|
|
temp.add(top);
|