提交 ed0a88f2 编写于 作者: minghao.wu's avatar minghao.wu

log: 增加日志

上级 3b134890
流水线 #37947 已失败 于阶段
...@@ -99,7 +99,7 @@ public class TokenServiceImpl implements TokenService { ...@@ -99,7 +99,7 @@ public class TokenServiceImpl implements TokenService {
@Override @Override
public void removeToken(Long timestamp) { public void removeToken(Long timestamp) {
new Thread(() -> { //new Thread(() -> {
try { try {
Date lastLoginTime = new Date(timestamp); Date lastLoginTime = new Date(timestamp);
for (Integer fromDoctorId = 0; fromDoctorId < 1000412091; fromDoctorId += 10000) { for (Integer fromDoctorId = 0; fromDoctorId < 1000412091; fromDoctorId += 10000) {
...@@ -115,7 +115,7 @@ public class TokenServiceImpl implements TokenService { ...@@ -115,7 +115,7 @@ public class TokenServiceImpl implements TokenService {
} catch (Exception ex) { } catch (Exception ex) {
// ingnore // ingnore
} }
}); //});
} }
private void removeTokenByDoctorIdList(List<Integer> doctorIdList) throws Exception { private void removeTokenByDoctorIdList(List<Integer> doctorIdList) throws Exception {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册