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