feat:完善项目
This commit is contained in:
@ -59,7 +59,7 @@ func (c *Menu) Bind(roleID uint64, menuIDs []uint64) error {
|
||||
continue
|
||||
}
|
||||
menus = append(menus, &model2.SysRoleMenu{
|
||||
ModelTenant: model2.ModelTenant{TenantID: c.TenantID}, RoleID: roleID, MenuID: v,
|
||||
RoleID: roleID, MenuID: v,
|
||||
})
|
||||
mark[v] = v
|
||||
}
|
||||
|
Reference in New Issue
Block a user