Parcourir la source

fix: 用户报表bug修复

zengweijie il y a 2 ans
Parent
commit
17eb804e88

+ 2 - 2
smsb-customer-manager-adapter/src/main/java/com/inspur/customer/web/controller/org/DepartmentExportController.java

@@ -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(top);
-        temp.add("部门");
+        temp.add("账号");
         head.add(temp);
         temp = Lists.newLinkedList();
         temp.add(top);