|
|
|
@@ -751,6 +751,7 @@ public class WxCUserBasicInfoServiceImpl implements WxCUserBasicInfoService,IExc |
|
|
|
basicUserPushMsg.updateTenantInfo(tenantInfo); |
|
|
|
basicUserPushMsg.setMallTenantEntity(mallTenant); |
|
|
|
basicUserPushMsg.setBasicUserId(userId); |
|
|
|
basicUserPushMsg.setIsFirst(false); |
|
|
|
mqBaseProducer.sendMessage(basicUserPushMsg, EnumMsgMqTopic.DEFAULT.getCode(), EnumMsgMqTag.DEFAULT.getCode(), EnumMsgMqKey.DEFAULT.getCode()); |
|
|
|
logger.info(">>>>>>>>>>>send updateTenantIdMsg :"+basicUserPushMsg); |
|
|
|
}catch(Exception e){ |
|
|
|
|