|
@@ -85,6 +85,8 @@ public class WeComUserDetailJob {
|
|
|
staff.setUpdateTime(new Date());
|
|
staff.setUpdateTime(new Date());
|
|
|
staffMapper.updateByPrimaryKeySelective(staff);
|
|
staffMapper.updateByPrimaryKeySelective(staff);
|
|
|
}
|
|
}
|
|
|
|
|
+ syncRoomList(uuid, staff);
|
|
|
|
|
+ syncStaffUserList(uuid, staff);
|
|
|
} finally {
|
|
} finally {
|
|
|
cdl.countDown();
|
|
cdl.countDown();
|
|
|
}
|
|
}
|