|
@@ -87,6 +87,8 @@ public class WeComUserDetailJob {
|
|
|
}
|
|
}
|
|
|
syncRoomList(uuid, staff);
|
|
syncRoomList(uuid, staff);
|
|
|
syncStaffUserList(uuid, staff);
|
|
syncStaffUserList(uuid, staff);
|
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
|
+ log.error("syncUserDetail error", e);
|
|
|
} finally {
|
|
} finally {
|
|
|
cdl.countDown();
|
|
cdl.countDown();
|
|
|
}
|
|
}
|