Commit e085e8a0828ad2f6ebe8f45af61dc7b5a5761313
1 parent
4429ca51b8
Exists in
master
and in
1 other branch
修改新电子病历
Showing 1 changed file with 2 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/base/ExceptionHandlerController.java
View file @
e085e8a
... | ... | @@ -106,7 +106,8 @@ |
106 | 106 | setHttpResponseHeader(httpServletResponse); |
107 | 107 | Map<String, Object> resultMap = new HashMap<>(); |
108 | 108 | resultMap.put("errorcode", ErrorCodeConstants.TOKEN_EXPIRE); |
109 | - resultMap.put("errormsg", "您当前用户登录状态异常,暂时无法访问,请重新登录"); | |
109 | +// resultMap.put("errormsg", "您当前用户登录状态异常,暂时无法访问,请重新登录"); | |
110 | + resultMap.put("errormsg", "登录过期,请重新登录"); | |
110 | 111 | return resultMap; |
111 | 112 | } |
112 | 113 |