修改删除提示语
parent
31403f1906
commit
6f75fc0cf0
|
|
@ -48,7 +48,7 @@ public class UserRemoveExe {
|
|||
userGateway.deletedUserById(id);
|
||||
} catch (Exception e){
|
||||
e.printStackTrace();
|
||||
throw new BizException("删除失败");
|
||||
throw new BizException("数据异常,请联系管理员删除");
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue