|
@ -95,7 +95,9 @@ public class OpenDataOrgChangeEventListener implements MessageListenerConcurrent |
|
|
extractFormDto.setCustomerId(obj.getCustomerId()); |
|
|
extractFormDto.setCustomerId(obj.getCustomerId()); |
|
|
extractFormDto.setType(obj.getType()); |
|
|
extractFormDto.setType(obj.getType()); |
|
|
List<String> orgIdList = new ArrayList<>(); |
|
|
List<String> orgIdList = new ArrayList<>(); |
|
|
orgIdList.add(obj.getOrgId()); |
|
|
if(StringUtils.isNotBlank(obj.getOrgId())){ |
|
|
|
|
|
orgIdList.add(obj.getOrgId()); |
|
|
|
|
|
} |
|
|
extractFormDto.setOrgIdList(orgIdList); |
|
|
extractFormDto.setOrgIdList(orgIdList); |
|
|
if ("agency".equals(obj.getOrgType())) { |
|
|
if ("agency".equals(obj.getOrgType())) { |
|
|
SpringContextUtils.getBean(GridInfoPingyinService.class).exractAgency(extractFormDto); |
|
|
SpringContextUtils.getBean(GridInfoPingyinService.class).exractAgency(extractFormDto); |
|
|