Commit d910fcfb authored by 唐峰's avatar 唐峰

合同增加日志

parent b934ff6d
...@@ -80,7 +80,7 @@ public class BlackHoleRegisteredEventListener implements ApplicationListener<Reg ...@@ -80,7 +80,7 @@ public class BlackHoleRegisteredEventListener implements ApplicationListener<Reg
json.put("templateId", templateId); json.put("templateId", templateId);
//array.add(json); //array.add(json);
} }
log.info("注册签合同事件:{},",JSONObject.toJSONString(event)); log.info("注册签合同事件:{},模板:{}",JSONObject.toJSONString(event),templateId);
registeredNotifyBlackHoleRabbitTemplate.convertAndSend(exchange, routingKey, registeredNotifyBlackHoleRabbitTemplate.convertAndSend(exchange, routingKey,
json.toString()); json.toString());
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment