|
|
@ -195,10 +195,10 @@ public class IcResiImportDynamicExcelListener extends AnalysisEventListener<Map< |
|
|
|
SendMqMsgUtil.build() |
|
|
|
.openFeignClient(SpringContextUtils.getBean(EpmetMessageOpenFeignClient.class)) |
|
|
|
.sendRocketMqMsg(SystemMessageType.VOLUNTEER_CHANGED, msg); |
|
|
|
} else if (sheetEnumObject == IcResiUserTableEnum.IC_PARTY_MEMBER && !CollectionUtils.isEmpty(successIdCards)) { |
|
|
|
} /*else if (sheetEnumObject == IcResiUserTableEnum.IC_PARTY_MEMBER && !CollectionUtils.isEmpty(successIdCards)) { |
|
|
|
// 针对党员,需要发送mq消息,同步到党员库
|
|
|
|
icResiUserImportService.syncPartyMemberInfo(successIdCards); |
|
|
|
} |
|
|
|
}*/ |
|
|
|
} |
|
|
|
dataList.clear(); |
|
|
|
} |
|
|
|