From aa9e0b82bc83a56ede1b973d1fb69f2577d8c084 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Wed, 20 Jan 2021 23:05:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8E=E7=88=B6=E7=B1=BB=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E5=BF=BD=E7=95=A5=EF=BC=8C=E9=81=BF=E5=85=8D=E9=80=9A=E8=BF=87?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=8E=B7=E5=8F=96=E5=88=B0=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E8=AF=A6=E7=BB=86=E6=95=B0=E6=8D=AE=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=95=B0=E6=8D=AE=E5=AE=89=E5=85=A8=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/jeesite/modules/sys/entity/EmpUser.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/core/src/main/java/com/jeesite/modules/sys/entity/EmpUser.java b/modules/core/src/main/java/com/jeesite/modules/sys/entity/EmpUser.java index 95001931..f9fdd711 100644 --- a/modules/core/src/main/java/com/jeesite/modules/sys/entity/EmpUser.java +++ b/modules/core/src/main/java/com/jeesite/modules/sys/entity/EmpUser.java @@ -5,7 +5,6 @@ package com.jeesite.modules.sys.entity; import javax.validation.Valid; -import com.fasterxml.jackson.annotation.JsonIgnore; import com.jeesite.common.entity.BaseEntity; import com.jeesite.common.entity.DataEntity; import com.jeesite.common.entity.TreeEntity; @@ -124,12 +123,6 @@ public class EmpUser extends User { super.setRefObj(employee); } - @Override - @JsonIgnore - public E getRefObj() { - return super.getRefObj(); - } - public String[] getCodes() { return codes; }