master
duhui 2021-06-24 12:15:46 +08:00
parent 305ac14988
commit 23ca1edfad
1 changed files with 1 additions and 2 deletions

View File

@ -130,8 +130,7 @@ public class ServerInfoController {
ServerInfo info = serverInfoDao.getServerinfo(server_id);
if (info != null && "-2".equals(info.getStatus())){
Thread thread = new Thread(()-> delUser(info));
thread.start();
delUser(info);
}
serverInfoDao.updateServerInfo(server_id, status, 0, isnew, name,register_state);