Commit 1697887b authored by 唐峰's avatar 唐峰

注册登录补签合同2

parent aa7ab76f
...@@ -583,6 +583,6 @@ public class UserServiceImpl implements IUserService, IBaseController { ...@@ -583,6 +583,6 @@ public class UserServiceImpl implements IUserService, IBaseController {
array.add(json); array.add(json);
registeredNotifyBlackHoleRabbitTemplate.convertAndSend(exchange, routingKey, array.toString()); registeredNotifyBlackHoleRabbitTemplate.convertAndSend(exchange, routingKey, array.toString());
}); });
log.info("登录补签合同事件:userId:{},templateIds",user.getId(),templates); log.info("登录补签合同事件:userId:{},templateIds:{}",user.getId(),templates);
} }
} }
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