Browse Source

Merge branch 'master' of ssh://10.10.100.21/source/uas-office-integration

samhoo 6 years ago
parent
commit
0f2535cb21

+ 2 - 2
uas-office-qywx/src/main/java/com/usoftchina/uas/office/qywx/manage/controller/QywxAddrBookController.java

@@ -39,9 +39,9 @@ public class QywxAddrBookController {
         }
         try {
             DataSourceHolder.set(dataCenter);
-//            orgService.sync();
+            orgService.sync();
             employeeService.sync();
-//            orgService.clearUseless();
+            orgService.clearUseless();
             return Result.success();
         } finally {
             DataSourceHolder.clear();