From e7eb9aff4f348f2b6c245be5215f571c2789fb8e Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Wed, 29 Apr 2020 15:42:58 +0800 Subject: [PATCH] update --- src/main/java/com/moral/entity/Account.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/moral/entity/Account.java b/src/main/java/com/moral/entity/Account.java index 86f78d2..18e66a6 100644 --- a/src/main/java/com/moral/entity/Account.java +++ b/src/main/java/com/moral/entity/Account.java @@ -80,7 +80,7 @@ // TODO ������������ public List<Role> getRoles(){ Role role = new Role(); - role.setName("temp"); + role.setRoleName("temp"); return Arrays.asList(role); } @Transient -- Gitblit v1.8.0