From 4f12ec67910d020df8ff6216f1e9ba528d8390e4 Mon Sep 17 00:00:00 2001 From: PandaX <18610165312@163.com> Date: Mon, 4 Dec 2023 08:37:27 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E8=A7=92=E8=89=B2=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/system/entity/role.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/system/entity/role.go b/apps/system/entity/role.go index b6ea8e8..fdea425 100644 --- a/apps/system/entity/role.go +++ b/apps/system/entity/role.go @@ -28,7 +28,7 @@ type SysRole struct { MenuIds []int64 `json:"menuIds" gorm:"-"` OrganizationIds []int64 `json:"organizationIds" gorm:"-"` - Org string `json:"org" gorm:"column:org"` + Org string `json:"org" gorm:"-"` } type MenuIdList struct {