|
|
@ -85,6 +85,7 @@ public class OpenDataStaffChangeEventListener implements MessageListenerConcurre |
|
|
|
dto.setType(obj.getType()); |
|
|
|
List<String> staffIdList = new ArrayList<>(); |
|
|
|
staffIdList.add(obj.getOrgId()); |
|
|
|
dto.setStaffIdList(staffIdList); |
|
|
|
SpringContextUtils.getBean(ExUserService.class).getStaffBaseInfo(dto); |
|
|
|
} catch (RenException e) { |
|
|
|
// 如果是我们手动抛出的异常,说明在业务可控范围内。目前不需要MQ重试
|
|
|
|