From 9fce99ab8671eaeac4bb9777eaa7565d358f4e8e Mon Sep 17 00:00:00 2001 From: jiaosong <jiaosong6760@dingtalk.com> Date: 星期四, 17 八月 2023 09:45:18 +0800 Subject: [PATCH] # 删除刷新缓存 --- server/src/main/java/doumeemes/config/shiro/ShiroRealm.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/src/main/java/doumeemes/config/shiro/ShiroRealm.java b/server/src/main/java/doumeemes/config/shiro/ShiroRealm.java index 3db5c23..6ed49e3 100644 --- a/server/src/main/java/doumeemes/config/shiro/ShiroRealm.java +++ b/server/src/main/java/doumeemes/config/shiro/ShiroRealm.java @@ -132,7 +132,7 @@ throw new BusinessException(ResponseStatus.NOT_ALLOWED.getCode(),"瀵逛笉璧凤紝璇ヨ处鎴峰紓甯革紒"); } if(Constants.equalsInteger( com.getStatus(),Constants.ZERO) ){ - throw new BusinessException(ResponseStatus.NOT_ALLOWED.getCode(),"瀵逛笉璧凤紝璇ヤ紒涓氬凡杩囩鐢紒"); + throw new BusinessException(ResponseStatus.NOT_ALLOWED.getCode(),"瀵逛笉璧凤紝璇ヤ紒涓氬凡绂佺敤锛�"); } if(com.getOepnValidDate() != null && com.getOepnValidDate().before(new Date())){ throw new BusinessException(ResponseStatus.NOT_ALLOWED.getCode(),"瀵逛笉璧凤紝璇ヤ紒涓氬凡杩囦娇鐢ㄦ湁鏁堟湡锛�"); -- Gitblit v1.9.3