修改删除提示语

main
zhaokai 2026-01-13 10:33:20 +08:00
parent 31403f1906
commit 6f75fc0cf0
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class UserRemoveExe {
userGateway.deletedUserById(id); userGateway.deletedUserById(id);
} catch (Exception e){ } catch (Exception e){
e.printStackTrace(); e.printStackTrace();
throw new BizException("删除失败"); throw new BizException("数据异常,请联系管理员删除");
} }
return true; return true;
} }