修改方法添加try能看到报错
This commit is contained in:
@@ -902,7 +902,11 @@ public class SysLoginService
|
||||
}
|
||||
//最后登录时间
|
||||
updateParm.setLoginDate(new Date());
|
||||
appUserService.updateAppUser(updateParm);
|
||||
try {
|
||||
appUserService.updateAppUser(updateParm);
|
||||
}catch (Exception e){
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user