Commit e431f5d7 authored by 王亮's avatar 王亮

Merge remote-tracking branch 'origin/feature-migration-20230628' into feature-migration-20230628

parents 7f3b7a04 db4a9be4
......@@ -17,7 +17,7 @@ public class SessionStruct implements Serializable {
private String sid;
private SessionValue values;
private long expire;
private Integer tenantId;
private Integer tenantId = 560761;
private Long registeredFrom;
private String ip;
......
......@@ -583,6 +583,6 @@ public class UserServiceImpl implements IUserService, IBaseController {
array.add(json);
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