提交 a41b037d 编写于 作者: P pengys5

Fixed instance register mistake that not return instance id but application

上级 30a25c8a
......@@ -33,7 +33,7 @@ public class InstanceIDService {
logger.error(e.getMessage(), e);
}
}
return applicationId;
return instanceId;
}
public void recover(int instanceId, int applicationId, long registerTime, String osInfo) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册